Shades of Jelly Bean #417A87
Tints of Jelly Bean #417A87
RGB
CMYK
RGB Variations
Color information
#417A87 (or 0x417A87) is known color: Jelly Bean. HEX triplet: 41, 7A and 87. RGB value is (65,122,135). Sum of RGB (Red+Green+Blue) = 65+122+135=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #417A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417A87 is #BE8578. Grayscale: #6A6A6A. Windows color (decimal): -12486009 or 8878657. OLE color: 8878657.
HSL color Cylindrical-coordinate representation of color #417A87: hue angle of 191.14º 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 #417A87 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 122 | 135 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.47 |
| HSL | 191.14º | 0.35% | 0.39% | - |
| HSV(B) | 191.14º | 0.52% | 0.53% | - |
| XYZ | 13.51 | 16.79 | 25.45 | - |
| YUV | 106.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 135 | 0.52 | 0.10 | 0 | 0.47 | 191.14 | 0.35 | 0.39 |
| Hex | 41 | 7A | 87 | 34 | A | 0 | 2F | BF | 23 | 27 |
| Octal | 101 | 172 | 207 | 64 | 12 | 0 | 57 | 277 | 43 | 47 |
| Binary | 1000001 | 1111010 | 10000111 | 110100 | 1010 | 0 | 101111 | 10111111 | 100011 | 100111 |
Color Harmonies of #417A87
Complementary color
Monochromatic Colors of #417A87
Black with #417A87
Text Example
Text Example
White with #417A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A87; }
p { color: rgb(65,122,135); }
H1.HeaderClassName
{
color: #417A87;
}
.AnyTagClassName
{
color: #417A87;
}
</style>
background-color css
<style>
a { background-color: #417A87; }
a { background-color: rgb(65,122,135); }
div.DivClassName
{
background-color: #417A87;
}
.BgClassName
{
background-color: #417A87;
}
</style>
border-color css
<style>
span { border-color: #417A87; }
span { border-color: rgb(65,122,135); }
td.TdClassName
{
border-color: #417A87;
}
.TagClassName
{
border-color: #417A87;
}
</style>