Shades of Jelly Bean #407792
Tints of Jelly Bean #407792
RGB
CMYK
RGB Variations
Color information
#407792 (or 0x407792) is known color: Jelly Bean. HEX triplet: 40, 77 and 92. RGB value is (64,119,146). Sum of RGB (Red+Green+Blue) = 64+119+146=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #407792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407792 is #BF886D. Grayscale: #696969. Windows color (decimal): -12552302 or 9598784. OLE color: 9598784.
HSL color Cylindrical-coordinate representation of color #407792: hue angle of 199.76º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407792 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 119 | 146 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.43 |
| HSL | 199.76º | 0.39% | 0.41% | - |
| HSV(B) | 199.76º | 0.56% | 0.57% | - |
| XYZ | 13.9 | 16.36 | 29.62 | - |
| YUV | 105.63 | 150.78 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 146 | 0.56 | 0.18 | 0 | 0.43 | 199.76 | 0.39 | 0.41 |
| Hex | 40 | 77 | 92 | 38 | 12 | 0 | 2B | C8 | 27 | 29 |
| Octal | 100 | 167 | 222 | 70 | 22 | 0 | 53 | 310 | 47 | 51 |
| Binary | 1000000 | 1110111 | 10010010 | 111000 | 10010 | 0 | 101011 | 11001000 | 100111 | 101001 |
Color Harmonies of #407792
Complementary color
Monochromatic Colors of #407792
Black with #407792
Text Example
Text Example
White with #407792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407792; }
p { color: rgb(64,119,146); }
H1.HeaderClassName
{
color: #407792;
}
.AnyTagClassName
{
color: #407792;
}
</style>
background-color css
<style>
a { background-color: #407792; }
a { background-color: rgb(64,119,146); }
div.DivClassName
{
background-color: #407792;
}
.BgClassName
{
background-color: #407792;
}
</style>
border-color css
<style>
span { border-color: #407792; }
span { border-color: rgb(64,119,146); }
td.TdClassName
{
border-color: #407792;
}
.TagClassName
{
border-color: #407792;
}
</style>