Shades of Jelly Bean #417196
Tints of Jelly Bean #417196
RGB
CMYK
RGB Variations
Color information
#417196 (or 0x417196) is known color: Jelly Bean. HEX triplet: 41, 71 and 96. RGB value is (65,113,150). Sum of RGB (Red+Green+Blue) = 65+113+150=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #417196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417196 is #BE8E69. Grayscale: #666666. Windows color (decimal): -12488298 or 9859393. OLE color: 9859393.
HSL color Cylindrical-coordinate representation of color #417196: hue angle of 206.12º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #417196 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 113 | 150 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.41 |
| HSL | 206.12º | 0.4% | 0.42% | - |
| HSV(B) | 206.12º | 0.57% | 0.59% | - |
| XYZ | 13.59 | 15.14 | 31.06 | - |
| YUV | 102.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 150 | 0.57 | 0.25 | 0 | 0.41 | 206.12 | 0.4 | 0.42 |
| Hex | 41 | 71 | 96 | 39 | 19 | 0 | 29 | CE | 28 | 2A |
| Octal | 101 | 161 | 226 | 71 | 31 | 0 | 51 | 316 | 50 | 52 |
| Binary | 1000001 | 1110001 | 10010110 | 111001 | 11001 | 0 | 101001 | 11001110 | 101000 | 101010 |
Color Harmonies of #417196
Complementary color
Monochromatic Colors of #417196
Black with #417196
Text Example
Text Example
White with #417196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417196; }
p { color: rgb(65,113,150); }
H1.HeaderClassName
{
color: #417196;
}
.AnyTagClassName
{
color: #417196;
}
</style>
background-color css
<style>
a { background-color: #417196; }
a { background-color: rgb(65,113,150); }
div.DivClassName
{
background-color: #417196;
}
.BgClassName
{
background-color: #417196;
}
</style>
border-color css
<style>
span { border-color: #417196; }
span { border-color: rgb(65,113,150); }
td.TdClassName
{
border-color: #417196;
}
.TagClassName
{
border-color: #417196;
}
</style>