Shades of Jelly Bean #407495
Tints of Jelly Bean #407495
RGB
CMYK
RGB Variations
Color information
#407495 (or 0x407495) is known color: Jelly Bean. HEX triplet: 40, 74 and 95. RGB value is (64,116,149). Sum of RGB (Red+Green+Blue) = 64+116+149=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #407495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407495 is #BF8B6A. Grayscale: #686868. Windows color (decimal): -12553067 or 9794624. OLE color: 9794624.
HSL color Cylindrical-coordinate representation of color #407495: hue angle of 203.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #407495 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 116 | 149 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.42 |
| HSL | 203.29º | 0.4% | 0.42% | - |
| HSV(B) | 203.29º | 0.57% | 0.58% | - |
| XYZ | 13.78 | 15.75 | 30.75 | - |
| YUV | 104.21 | 153.27 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 149 | 0.57 | 0.22 | 0 | 0.42 | 203.29 | 0.4 | 0.42 |
| Hex | 40 | 74 | 95 | 39 | 16 | 0 | 2A | CB | 28 | 2A |
| Octal | 100 | 164 | 225 | 71 | 26 | 0 | 52 | 313 | 50 | 52 |
| Binary | 1000000 | 1110100 | 10010101 | 111001 | 10110 | 0 | 101010 | 11001011 | 101000 | 101010 |
Color Harmonies of #407495
Complementary color
Monochromatic Colors of #407495
Black with #407495
Text Example
Text Example
White with #407495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407495; }
p { color: rgb(64,116,149); }
H1.HeaderClassName
{
color: #407495;
}
.AnyTagClassName
{
color: #407495;
}
</style>
background-color css
<style>
a { background-color: #407495; }
a { background-color: rgb(64,116,149); }
div.DivClassName
{
background-color: #407495;
}
.BgClassName
{
background-color: #407495;
}
</style>
border-color css
<style>
span { border-color: #407495; }
span { border-color: rgb(64,116,149); }
td.TdClassName
{
border-color: #407495;
}
.TagClassName
{
border-color: #407495;
}
</style>