Html Css Color HEX #407987 Jelly Bean

📋 copy color: '#407987'

red 64 ◦ green 121 ◦ blue 135

#407987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #407987

Tints of Jelly Bean #407987

RGB

 RED value IS 64 (25.39% from 255) = 20%

 GREEN value IS 121 (47.66% from 255) = 37.81%

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 20%
G = 37.81%
B = 42.19%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#407987 (or 0x407987) is known color: Jelly Bean. HEX triplet: 40, 79 and 87. RGB value is (64,121,135). Sum of RGB (Red+Green+Blue) = 64+121+135=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #407987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407987 is #BF8678. Grayscale: #696969. Windows color (decimal): -12551801 or 8878400. OLE color: 8878400.

HSL color Cylindrical-coordinate representation of color #407987: hue angle of 191.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #407987 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 121 135 -
CMYK 0.53 0.10 0 0.47
HSL 191.83º 0.36% 0.39% -
HSV(B) 191.83º 0.53% 0.53% -
XYZ 13.32 16.51 25.41 -
YUV 105.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 64 121 135 0.53 0.10 0 0.47 191.83 0.36 0.39
Hex 40 79 87 35 A 0 2F C0 24 27
Octal 100 171 207 65 12 0 57 300 44 47
Binary 1000000 1111001 10000111 110101 1010 0 101111 11000000 100100 100111

Color Harmonies of #407987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407987

Black with #407987

Text Example


Text Example

White with #407987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407987; }

 p { color: rgb(64,121,135); }

 H1.HeaderClassName
 {
   color: #407987;
 }
 .AnyTagClassName
 {
   color: #407987;
 }
</style>

background-color css

<style>
 a { background-color: #407987; }

 a { background-color: rgb(64,121,135); }

 div.DivClassName
 {
   background-color: #407987;
 }
 .BgClassName
 {
   background-color: #407987;
 }
</style>

border-color css

<style>
 span { border-color: #407987; }

 span { border-color: rgb(64,121,135); }

 td.TdClassName
 {
   border-color: #407987;
 }
 .TagClassName
 {
   border-color: #407987;
 }
</style>