#407996

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

Shades of Jelly Bean #407996

Tints of Jelly Bean #407996

Color information

#407996 (or 0x407996) is unknown color: approx Jelly Bean. HEX triplet: 40, 79 and 96. RGB value is (64,121,150). Sum of RGB (Red+Green+Blue) = 64+121+150=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #407996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407996 is #BF8669. Grayscale: #6B6B6B. Windows color (decimal): -12551786 or 9861440. OLE color: 9861440.

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

Color convert

RGB64121150-
CMYK0.570.1900.41
HSL200.23º40.19%41.96%-
HSV(B)200.23º57.33%58.82%-
XYZ14.4616.9731.37-
YUV107.26152.1297.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=19.10%
G=36.12%
B=44.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641211500.570.1900.41200.2340.1941.96
Hex4079963913029c8282a
Octal10017122671230513105052
Binary100000011110011001011011100110011010100111001000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407996; }

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

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

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

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

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

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

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

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