Shades of Jelly Bean #407896
Tints of Jelly Bean #407896
RGB
CMYK
RGB Variations
Color information
#407896 (or 0x407896) is known color: Jelly Bean. HEX triplet: 40, 78 and 96. RGB value is (64,120,150). Sum of RGB (Red+Green+Blue) = 64+120+150=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #407896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407896 is #BF8769. Grayscale: #6A6A6A. Windows color (decimal): -12552042 or 9861184. OLE color: 9861184.
HSL color Cylindrical-coordinate representation of color #407896: hue angle of 200.93º 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 #407896 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 120 | 150 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.41 |
| HSL | 200.93º | 0.4% | 0.42% | - |
| HSV(B) | 200.93º | 0.57% | 0.59% | - |
| XYZ | 14.34 | 16.72 | 31.33 | - |
| YUV | 106.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 150 | 0.57 | 0.20 | 0 | 0.41 | 200.93 | 0.4 | 0.42 |
| Hex | 40 | 78 | 96 | 39 | 14 | 0 | 29 | C9 | 28 | 2A |
| Octal | 100 | 170 | 226 | 71 | 24 | 0 | 51 | 311 | 50 | 52 |
| Binary | 1000000 | 1111000 | 10010110 | 111001 | 10100 | 0 | 101001 | 11001001 | 101000 | 101010 |
Color Harmonies of #407896
Complementary color
Monochromatic Colors of #407896
Black with #407896
Text Example
Text Example
White with #407896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407896; }
p { color: rgb(64,120,150); }
H1.HeaderClassName
{
color: #407896;
}
.AnyTagClassName
{
color: #407896;
}
</style>
background-color css
<style>
a { background-color: #407896; }
a { background-color: rgb(64,120,150); }
div.DivClassName
{
background-color: #407896;
}
.BgClassName
{
background-color: #407896;
}
</style>
border-color css
<style>
span { border-color: #407896; }
span { border-color: rgb(64,120,150); }
td.TdClassName
{
border-color: #407896;
}
.TagClassName
{
border-color: #407896;
}
</style>