#407196

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

Shades of Jelly Bean #407196

Tints of Jelly Bean #407196

Color information

#407196 (or 0x407196) is unknown color: approx Jelly Bean. HEX triplet: 40, 71 and 96. RGB value is (64,113,150). Sum of RGB (Red+Green+Blue) = 64+113+150=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #407196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407196 is #BF8E69. Grayscale: #666666. Windows color (decimal): -12553834 or 9859392. OLE color: 9859392.

HSL color Cylindrical-coordinate representation of color #407196: hue angle of 205.81º 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 #407196 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB64113150-
CMYK0.570.2500.41
HSL205.81º40.19%41.96%-
HSV(B)205.81º57.33%58.82%-
XYZ13.5215.131.06-
YUV102.57154.77100.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=19.57%
G=34.56%
B=45.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641131500.570.2500.41205.8140.1941.96
Hex4071963919029ce282a
Octal10016122671310513165052
Binary100000011100011001011011100111001010100111001110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407196; }

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

 H1.HeaderClassName
 {
   color: #407196;
 }
 .AnyTagClassName
 {
   color: #407196;
 }
</style>
background-color css

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

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

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

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

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

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