Shades of Jelly Bean #407694
Tints of Jelly Bean #407694
RGB
CMYK
RGB Variations
Color information
#407694 (or 0x407694) is known color: Jelly Bean. HEX triplet: 40, 76 and 94. RGB value is (64,118,148). Sum of RGB (Red+Green+Blue) = 64+118+148=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #407694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407694 is #BF896B. Grayscale: #696969. Windows color (decimal): -12552556 or 9729600. OLE color: 9729600.
HSL color Cylindrical-coordinate representation of color #407694: hue angle of 201.43º 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 #407694 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 118 | 148 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.42 |
| HSL | 201.43º | 0.4% | 0.42% | - |
| HSV(B) | 201.43º | 0.57% | 0.58% | - |
| XYZ | 13.94 | 16.18 | 30.41 | - |
| YUV | 105.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 148 | 0.57 | 0.20 | 0 | 0.42 | 201.43 | 0.4 | 0.42 |
| Hex | 40 | 76 | 94 | 39 | 14 | 0 | 2A | C9 | 28 | 2A |
| Octal | 100 | 166 | 224 | 71 | 24 | 0 | 52 | 311 | 50 | 52 |
| Binary | 1000000 | 1110110 | 10010100 | 111001 | 10100 | 0 | 101010 | 11001001 | 101000 | 101010 |
Color Harmonies of #407694
Complementary color
Monochromatic Colors of #407694
Black with #407694
Text Example
Text Example
White with #407694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407694; }
p { color: rgb(64,118,148); }
H1.HeaderClassName
{
color: #407694;
}
.AnyTagClassName
{
color: #407694;
}
</style>
background-color css
<style>
a { background-color: #407694; }
a { background-color: rgb(64,118,148); }
div.DivClassName
{
background-color: #407694;
}
.BgClassName
{
background-color: #407694;
}
</style>
border-color css
<style>
span { border-color: #407694; }
span { border-color: rgb(64,118,148); }
td.TdClassName
{
border-color: #407694;
}
.TagClassName
{
border-color: #407694;
}
</style>