Shades of Jelly Bean #407698
Tints of Jelly Bean #407698
RGB
CMYK
RGB Variations
Color information
#407698 (or 0x407698) is known color: Jelly Bean. HEX triplet: 40, 76 and 98. RGB value is (64,118,152). Sum of RGB (Red+Green+Blue) = 64+118+152=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #407698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407698 is #BF8967. Grayscale: #696969. Windows color (decimal): -12552552 or 9991744. OLE color: 9991744.
HSL color Cylindrical-coordinate representation of color #407698: hue angle of 203.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #407698 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 118 | 152 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.40 |
| HSL | 203.18º | 0.41% | 0.42% | - |
| HSV(B) | 203.18º | 0.58% | 0.6% | - |
| XYZ | 14.26 | 16.31 | 32.1 | - |
| YUV | 105.73 | 154.11 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 152 | 0.58 | 0.22 | 0 | 0.40 | 203.18 | 0.41 | 0.42 |
| Hex | 40 | 76 | 98 | 3A | 16 | 0 | 28 | CB | 29 | 2A |
| Octal | 100 | 166 | 230 | 72 | 26 | 0 | 50 | 313 | 51 | 52 |
| Binary | 1000000 | 1110110 | 10011000 | 111010 | 10110 | 0 | 101000 | 11001011 | 101001 | 101010 |
Color Harmonies of #407698
Complementary color
Monochromatic Colors of #407698
Black with #407698
Text Example
Text Example
White with #407698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407698; }
p { color: rgb(64,118,152); }
H1.HeaderClassName
{
color: #407698;
}
.AnyTagClassName
{
color: #407698;
}
</style>
background-color css
<style>
a { background-color: #407698; }
a { background-color: rgb(64,118,152); }
div.DivClassName
{
background-color: #407698;
}
.BgClassName
{
background-color: #407698;
}
</style>
border-color css
<style>
span { border-color: #407698; }
span { border-color: rgb(64,118,152); }
td.TdClassName
{
border-color: #407698;
}
.TagClassName
{
border-color: #407698;
}
</style>