#407596

Color #407596 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #407596

Tints of Jelly Bean #407596

Color information

#407596 (or 0x407596) is unknown color: approx 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

RGB64117150-
CMYK0.570.2200.41
HSL203.02º40.19%41.96%-
HSV(B)203.02º57.33%58.82%-
XYZ13.9816.0131.21-
YUV104.92153.4498.82-

RGB Variations

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

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 (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641171500.570.2200.41203.0240.1941.96
Hex4075963916029cb282a
Octal10016522671260513135052
Binary100000011101011001011011100110110010100111001011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>