29
Converting Colors Android(4282843380)

Converting Colors - Android(4282843380)

  • Upload
    others

  • View
    6

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Converting Colors - Android(4282843380)

ConvertingColors

Android(4282843380)

Page 2: Converting Colors - Android(4282843380)

Have a look what the booklet forAndroid(4282843380) contains.

Android(4282843380) 3 ............................................. Conversions 4 ....................................................... Details 6 ................................................................ Harmonies 11 ........................................................ Previews 18 ........................................................... Color Blindness Simulation 21 ........................... CSS Examples 24 ..................................................

Page 3: Converting Colors - Android(4282843380)

Color

Android(4282843380)

Page 6: Converting Colors - Android(4282843380)

6-10-2021 6/29 convertingcolors.com

Details

The Android color 4282843380 is a dark color,and the websafe version is hex 6600FF. The colorcan be described as dark saturated blue. Acomplement of this color would be 4289590272,and the grayscale version is 4281348144.

A 20% lighter version of the original color is4287711999, and 4278190266 is the 20% darkercolor. If you saturate the color by 10%, you get4282843380, and if you desaturate by 10%, it is4283963636.

Page 7: Converting Colors - Android(4282843380)

6-10-2021 7/29 convertingcolors.com

Distribution

RGB

Red (28%)

Green (0%)

Blue (96%)

RYB

Red (28%)

Yellow (0%)

Blue (96%)

CMYK

Cyan (71%)

Magenta (100%)

Yellow (0%)

Black (4%)

CMY

Cyan (72%)

Magenta (100%)

Yellow (4%)

Page 8: Converting Colors - Android(4282843380)

6-10-2021 8/29 convertingcolors.com

Brightness & SaturationGradients

These gradients show how the Android color4282843380 changes by changing the brightness by 10percent. The first figure shows a shift by +10% for eachcolor and the second figure -10%.

Similar to the brightness gradients but the followingsaturation gradients show a change of the Android color4282843380 by changing the saturation by 10%instead.

Page 9: Converting Colors - Android(4282843380)

6-10-2021 9/29 convertingcolors.com

4282843380

4285410559

4287711999

4289881855

4291986175

4294090495

4294949631

4294957055

4294964735

4294967295

4282843380

4278190295

4278190266

4278190238

4278190211

4278193256

4278192719

4278191415

4278190625

4278190085

4282843380

4283963636

4285149684

4286269940

4287390452

4288576244

Page 11: Converting Colors - Android(4282843380)

6-10-2021 11/29 convertingcolors.com

Harmonies

AnalogousThe analogous color harmony consists of three colorsthat are next to each other on the color wheel.

4278214143

4282843380

4291690653

Page 12: Converting Colors - Android(4282843380)

6-10-2021 12/29 convertingcolors.com

TriadThe triadic color harmony groups three colors that areevenly spaced from another and form a triangle on thecolor wheel.

4282843380

4288225792

4278217834

Page 13: Converting Colors - Android(4282843380)

6-10-2021 13/29 convertingcolors.com

ComplementaryThe complementary color scheme is a pair of colorswhich are on the opposite of each other on the colorwheel.

4282843380

4289590272

Page 14: Converting Colors - Android(4282843380)

6-10-2021 14/29 convertingcolors.com

Split ComplementarySplit-complementary colors differ from thecomplementary color scheme. The scheme consists ofthree colors, the original color and two neighbors of thecomplement color.

4278216960

4282843380

4282995968

Page 15: Converting Colors - Android(4282843380)

6-10-2021 15/29 convertingcolors.com

SquareThe square scheme is like the rectangle color scheme,but the four colors are evenly spaced on the colorwheel.

4282843380

4291887104

4278215936

4278218957

Page 16: Converting Colors - Android(4282843380)

6-10-2021 16/29 convertingcolors.com

RectangleThe rectangle color scheme consists of four colors thatform a rectangle on the color wheel.

4282843380

4293328987

4278215936

4278217542

Page 17: Converting Colors - Android(4282843380)

6-10-2021 17/29 convertingcolors.com

SweetspotThe sweet spot groups the original color and fivecomplimentary colors.

4282843380

4291408895

4278235124

4284437120

4278190080

4286611584

Page 18: Converting Colors - Android(4282843380)

6-10-2021 18/29 convertingcolors.com

Previews

White Background

This preview shows how the Android color 4282843380looks on a white background.

Color Contrast Check

Large Text (above 18pt) WCAG AA ✓ PassAny Text WCAG AA ✓ PassLarge Text (above 18pt) WCAG AAA ✓ PassAny Text WCAG AAA ✓ Pass

Page 19: Converting Colors - Android(4282843380)

6-10-2021 19/29 convertingcolors.com

Black Background

This preview shows how the Android color 4282843380looks on a black background.

Color Contrast Check

Large Text (above 18pt) WCAG AA ✕ FailAny Text WCAG AA ✕ FailLarge Text (above 18pt) WCAG AAA ✕ FailAny Text WCAG AAA ✕ Fail

If you want to check with other color combinations, trythe Color Contrast Checker.

Page 20: Converting Colors - Android(4282843380)

6-10-2021 20/29 convertingcolors.com

Android 4282843380 Background

This preview shows how black text looks on abackground with the Android color 4282843380.

This preview shows how white text looks on abackground with the Android color 4282843380.

Page 21: Converting Colors - Android(4282843380)

6-10-2021 21/29 convertingcolors.com

Color BlindnessSimulation

Color vision deficiency is a very complex topic, and Icould not describe the different causes any better thanWikipedia does, so if you want to learn more, youshould check out their article about color blindness.

Dichromacy

Original Color4282843380

Protanopia4278210211

Deuteranopia4278211466

Page 22: Converting Colors - Android(4282843380)

6-10-2021 22/29 convertingcolors.com

Tritanopia4278212958

Page 24: Converting Colors - Android(4282843380)

6-10-2021 24/29 convertingcolors.com

CSS Examples

Text

The CSS property to change the color of the text toAndroid 4282843380 is called "color". The colorproperty can be set on classes, ids or directly on theHTML element.

This example shows how text in the color rgb(71, 0,244) looks like.

.text, #text, p{ color:rgb(71, 0, 244)}

Page 25: Converting Colors - Android(4282843380)

6-10-2021 25/29 convertingcolors.com

If you want to add a text shadow in that color use thetext-shadow property, you can generate a text shadowdirectly with our CSS Text Shadow Generator.

Here you see how black text with a 4 pixel rgb(71, 0,Here you see how black text with a 4 pixel rgb(71, 0,

244) colored shadow looks like.244) colored shadow looks like.

.shadow{ text-shadow: 4px 4px 2px rgb(71,0, 244) }

Border

The CSS property to change the border of an element toAndroid 4282843380 is called "border". The borderproperty can be set on classes, ids or directly on theHTML element.

This example shows the color as border, it can beapplied via the CSS property "border" or "border-color".

.border, #border, table{ border:4px solidrgb(71, 0, 244) }

Page 26: Converting Colors - Android(4282843380)

6-10-2021 26/29 convertingcolors.com

If only the border color should be changed use theproperty border-color.

.border{ border-color:rgb(71, 0, 244) }

If you want to add a box shadow in that color use:

Here you see how a box with a 4 pixel rgb(71, 0, 244)colored shadow looks like.

.boxshadow{ -moz-box-shadow:4px 4px 4px4px rgb(71, 0, 244); -webkit-box-shadow:4px 4px 4px 4px rgb(71, 0, 244);box-shadow:4px 4px 4px 4px rgb(71, 0, 244)}

Page 27: Converting Colors - Android(4282843380)

6-10-2021 27/29 convertingcolors.com

Background

The CSS property to change the background color of anelement to Android 4282843380 is called "background".The background property can be set on classes, ids ordirectly on the HTML element.

.background, #background, body{background:rgb(71, 0, 244) }

If only the background color should be changed can beused:

.background{ background-color:rgb(71, 0,244) }

This example shows the color as background, it isapplied via the CSS property "background".

To optimize and compress your CSS code, you can useour online CSS compressor and optimizer based oncsstidy. If you want to create a linear or radial gradientas background or border, check our CSS GradientGenerator.

Page 28: Converting Colors - Android(4282843380)

Hey! You found this bookletinteresting? Have a look at my otherbooklet HOWCOLORS.WORK – A CSScolor notation guide.

HOWCOLORS.WORKA CSS color notation guide.Are you new to web developmentand want to know the differentways to express colors in CSS?Then this booklet is for you!

HOWCOLORS.WORK will helpyou understand the syntax ofthe color notations in CSS.You will learn all the current andnew ways to express colors toprepare yourself for the future!

Buy now, starting at $4.99!

Page 29: Converting Colors - Android(4282843380)

Follow meon Twitter!

@ConvertingColor