Shades of Jelly Bean #407496
Tints of Jelly Bean #407496
RGB
CMYK
RGB Variations
Color information
#407496 (or 0x407496) is known color: Jelly Bean. HEX triplet: 40, 74 and 96. RGB value is (64,116,150). Sum of RGB (Red+Green+Blue) = 64+116+150=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #407496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407496 is #BF8B69. Grayscale: #686868. Windows color (decimal): -12553066 or 9860160. OLE color: 9860160.
HSL color Cylindrical-coordinate representation of color #407496: hue angle of 203.72º 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 #407496 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 116 | 150 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.41 |
| HSL | 203.72º | 0.4% | 0.42% | - |
| HSV(B) | 203.72º | 0.57% | 0.59% | - |
| XYZ | 13.86 | 15.78 | 31.17 | - |
| YUV | 104.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 150 | 0.57 | 0.23 | 0 | 0.41 | 203.72 | 0.4 | 0.42 |
| Hex | 40 | 74 | 96 | 39 | 17 | 0 | 29 | CC | 28 | 2A |
| Octal | 100 | 164 | 226 | 71 | 27 | 0 | 51 | 314 | 50 | 52 |
| Binary | 1000000 | 1110100 | 10010110 | 111001 | 10111 | 0 | 101001 | 11001100 | 101000 | 101010 |
Color Harmonies of #407496
Complementary color
Monochromatic Colors of #407496
Black with #407496
Text Example
Text Example
White with #407496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407496; }
p { color: rgb(64,116,150); }
H1.HeaderClassName
{
color: #407496;
}
.AnyTagClassName
{
color: #407496;
}
</style>
background-color css
<style>
a { background-color: #407496; }
a { background-color: rgb(64,116,150); }
div.DivClassName
{
background-color: #407496;
}
.BgClassName
{
background-color: #407496;
}
</style>
border-color css
<style>
span { border-color: #407496; }
span { border-color: rgb(64,116,150); }
td.TdClassName
{
border-color: #407496;
}
.TagClassName
{
border-color: #407496;
}
</style>