Shades of Jelly Bean #407695
Tints of Jelly Bean #407695
RGB
CMYK
RGB Variations
Color information
#407695 (or 0x407695) is known color: Jelly Bean. HEX triplet: 40, 76 and 95. RGB value is (64,118,149). Sum of RGB (Red+Green+Blue) = 64+118+149=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #407695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407695 is #BF896A. Grayscale: #696969. Windows color (decimal): -12552555 or 9795136. OLE color: 9795136.
HSL color Cylindrical-coordinate representation of color #407695: hue angle of 201.88º 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 #407695 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 118 | 149 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.42 |
| HSL | 201.88º | 0.4% | 0.42% | - |
| HSV(B) | 201.88º | 0.57% | 0.58% | - |
| XYZ | 14.02 | 16.22 | 30.83 | - |
| YUV | 105.39 | 152.61 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 149 | 0.57 | 0.21 | 0 | 0.42 | 201.88 | 0.4 | 0.42 |
| Hex | 40 | 76 | 95 | 39 | 15 | 0 | 2A | CA | 28 | 2A |
| Octal | 100 | 166 | 225 | 71 | 25 | 0 | 52 | 312 | 50 | 52 |
| Binary | 1000000 | 1110110 | 10010101 | 111001 | 10101 | 0 | 101010 | 11001010 | 101000 | 101010 |
Color Harmonies of #407695
Complementary color
Monochromatic Colors of #407695
Black with #407695
Text Example
Text Example
White with #407695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407695; }
p { color: rgb(64,118,149); }
H1.HeaderClassName
{
color: #407695;
}
.AnyTagClassName
{
color: #407695;
}
</style>
background-color css
<style>
a { background-color: #407695; }
a { background-color: rgb(64,118,149); }
div.DivClassName
{
background-color: #407695;
}
.BgClassName
{
background-color: #407695;
}
</style>
border-color css
<style>
span { border-color: #407695; }
span { border-color: rgb(64,118,149); }
td.TdClassName
{
border-color: #407695;
}
.TagClassName
{
border-color: #407695;
}
</style>