Shades of Jelly Bean #407696
Tints of Jelly Bean #407696
RGB
CMYK
RGB Variations
Color information
#407696 (or 0x407696) is known color: Jelly Bean. HEX triplet: 40, 76 and 96. RGB value is (64,118,150). Sum of RGB (Red+Green+Blue) = 64+118+150=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #407696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407696 is #BF8969. Grayscale: #696969. Windows color (decimal): -12552554 or 9860672. OLE color: 9860672.
HSL color Cylindrical-coordinate representation of color #407696: hue angle of 202.33º 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 #407696 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 118 | 150 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.41 |
| HSL | 202.33º | 0.4% | 0.42% | - |
| HSV(B) | 202.33º | 0.57% | 0.59% | - |
| XYZ | 14.1 | 16.25 | 31.25 | - |
| YUV | 105.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 150 | 0.57 | 0.21 | 0 | 0.41 | 202.33 | 0.4 | 0.42 |
| Hex | 40 | 76 | 96 | 39 | 15 | 0 | 29 | CA | 28 | 2A |
| Octal | 100 | 166 | 226 | 71 | 25 | 0 | 51 | 312 | 50 | 52 |
| Binary | 1000000 | 1110110 | 10010110 | 111001 | 10101 | 0 | 101001 | 11001010 | 101000 | 101010 |
Color Harmonies of #407696
Complementary color
Monochromatic Colors of #407696
Black with #407696
Text Example
Text Example
White with #407696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407696; }
p { color: rgb(64,118,150); }
H1.HeaderClassName
{
color: #407696;
}
.AnyTagClassName
{
color: #407696;
}
</style>
background-color css
<style>
a { background-color: #407696; }
a { background-color: rgb(64,118,150); }
div.DivClassName
{
background-color: #407696;
}
.BgClassName
{
background-color: #407696;
}
</style>
border-color css
<style>
span { border-color: #407696; }
span { border-color: rgb(64,118,150); }
td.TdClassName
{
border-color: #407696;
}
.TagClassName
{
border-color: #407696;
}
</style>