Html Css Color HEX #407596 Jelly Bean

📋 copy color: '#407596'

red 64 ◦ green 117 ◦ blue 150

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

Shades of Jelly Bean #407596

Tints of Jelly Bean #407596

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.35%

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 19.34%
G = 35.35%
B = 45.32%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#407596 (or 0x407596) is known color: Jelly Bean. HEX triplet: 40, 75 and 96. RGB value is (64,117,150). Sum of RGB (Red+Green+Blue) = 64+117+150=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #407596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407596 is #BF8A69. Grayscale: #686868. Windows color (decimal): -12552810 or 9860416. OLE color: 9860416.

HSL color Cylindrical-coordinate representation of color #407596: hue angle of 203.02º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #407596 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 117 150 -
CMYK 0.57 0.22 0 0.41
HSL 203.02º 0.4% 0.42% -
HSV(B) 203.02º 0.57% 0.59% -
XYZ 13.98 16.01 31.21 -
YUV 104.92 153.44 98.82 -
System Red Green Blue C M Y K H S L
Decimal 64 117 150 0.57 0.22 0 0.41 203.02 0.4 0.42
Hex 40 75 96 39 16 0 29 CB 28 2A
Octal 100 165 226 71 26 0 51 313 50 52
Binary 1000000 1110101 10010110 111001 10110 0 101001 11001011 101000 101010

Color Harmonies of #407596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407596

Black with #407596

Text Example


Text Example

White with #407596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407596; }

 p { color: rgb(64,117,150); }

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

background-color css

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

 a { background-color: rgb(64,117,150); }

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

border-color css

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

 span { border-color: rgb(64,117,150); }

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