Shades of Jelly Bean #417887
Tints of Jelly Bean #417887
RGB
CMYK
RGB Variations
Color information
#417887 (or 0x417887) is known color: Jelly Bean. HEX triplet: 41, 78 and 87. RGB value is (65,120,135). Sum of RGB (Red+Green+Blue) = 65+120+135=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #417887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417887 is #BE8778. Grayscale: #696969. Windows color (decimal): -12486521 or 8878145. OLE color: 8878145.
HSL color Cylindrical-coordinate representation of color #417887: hue angle of 192.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #417887 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 120 | 135 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.47 |
| HSL | 192.86º | 0.35% | 0.39% | - |
| HSV(B) | 192.86º | 0.52% | 0.53% | - |
| XYZ | 13.27 | 16.31 | 25.37 | - |
| YUV | 105.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 135 | 0.52 | 0.11 | 0 | 0.47 | 192.86 | 0.35 | 0.39 |
| Hex | 41 | 78 | 87 | 34 | B | 0 | 2F | C1 | 23 | 27 |
| Octal | 101 | 170 | 207 | 64 | 13 | 0 | 57 | 301 | 43 | 47 |
| Binary | 1000001 | 1111000 | 10000111 | 110100 | 1011 | 0 | 101111 | 11000001 | 100011 | 100111 |
Color Harmonies of #417887
Complementary color
Monochromatic Colors of #417887
Black with #417887
Text Example
Text Example
White with #417887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417887; }
p { color: rgb(65,120,135); }
H1.HeaderClassName
{
color: #417887;
}
.AnyTagClassName
{
color: #417887;
}
</style>
background-color css
<style>
a { background-color: #417887; }
a { background-color: rgb(65,120,135); }
div.DivClassName
{
background-color: #417887;
}
.BgClassName
{
background-color: #417887;
}
</style>
border-color css
<style>
span { border-color: #417887; }
span { border-color: rgb(65,120,135); }
td.TdClassName
{
border-color: #417887;
}
.TagClassName
{
border-color: #417887;
}
</style>