Html Css Color HEX #407986 Jelly Bean

📋 copy color: '#407986'

red 64 ◦ green 121 ◦ blue 134

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

Shades of Jelly Bean #407986

Tints of Jelly Bean #407986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.01%

R = 20.06%
G = 37.93%
B = 42.01%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#407986 (or 0x407986) is known color: Jelly Bean. HEX triplet: 40, 79 and 86. RGB value is (64,121,134). Sum of RGB (Red+Green+Blue) = 64+121+134=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #407986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407986 is #BF8679. Grayscale: #696969. Windows color (decimal): -12551802 or 8812864. OLE color: 8812864.

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

Color convert

RGB 64 121 134 -
CMYK 0.52 0.10 0 0.47
HSL 191.14º 0.35% 0.39% -
HSV(B) 191.14º 0.52% 0.53% -
XYZ 13.25 16.49 25.04 -
YUV 105.44 144.12 98.44 -
System Red Green Blue C M Y K H S L
Decimal 64 121 134 0.52 0.10 0 0.47 191.14 0.35 0.39
Hex 40 79 86 34 A 0 2F BF 23 27
Octal 100 171 206 64 12 0 57 277 43 47
Binary 1000000 1111001 10000110 110100 1010 0 101111 10111111 100011 100111

Color Harmonies of #407986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407986

Black with #407986

Text Example


Text Example

White with #407986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407986; }

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

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

background-color css

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

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

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

border-color css

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

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

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