Shades of Jelly Bean #417C89
Tints of Jelly Bean #417C89
RGB
CMYK
RGB Variations
Color information
#417C89 (or 0x417C89) is known color: Jelly Bean. HEX triplet: 41, 7C and 89. RGB value is (65,124,137). Sum of RGB (Red+Green+Blue) = 65+124+137=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #417C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417C89 is #BE8376. Grayscale: #6B6B6B. Windows color (decimal): -12485495 or 9010241. OLE color: 9010241.
HSL color Cylindrical-coordinate representation of color #417C89: hue angle of 190.83º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #417C89 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 124 | 137 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.46 |
| HSL | 190.83º | 0.36% | 0.4% | - |
| HSV(B) | 190.83º | 0.53% | 0.54% | - |
| XYZ | 13.9 | 17.35 | 26.28 | - |
| YUV | 107.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 137 | 0.53 | 0.09 | 0 | 0.46 | 190.83 | 0.36 | 0.4 |
| Hex | 41 | 7C | 89 | 35 | 9 | 0 | 2E | BF | 24 | 28 |
| Octal | 101 | 174 | 211 | 65 | 11 | 0 | 56 | 277 | 44 | 50 |
| Binary | 1000001 | 1111100 | 10001001 | 110101 | 1001 | 0 | 101110 | 10111111 | 100100 | 101000 |
Color Harmonies of #417C89
Complementary color
Monochromatic Colors of #417C89
Black with #417C89
Text Example
Text Example
White with #417C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C89; }
p { color: rgb(65,124,137); }
H1.HeaderClassName
{
color: #417C89;
}
.AnyTagClassName
{
color: #417C89;
}
</style>
background-color css
<style>
a { background-color: #417C89; }
a { background-color: rgb(65,124,137); }
div.DivClassName
{
background-color: #417C89;
}
.BgClassName
{
background-color: #417C89;
}
</style>
border-color css
<style>
span { border-color: #417C89; }
span { border-color: rgb(65,124,137); }
td.TdClassName
{
border-color: #417C89;
}
.TagClassName
{
border-color: #417C89;
}
</style>