Shades of Jelly Bean #417689
Tints of Jelly Bean #417689
RGB
CMYK
RGB Variations
Color information
#417689 (or 0x417689) is known color: Jelly Bean. HEX triplet: 41, 76 and 89. RGB value is (65,118,137). Sum of RGB (Red+Green+Blue) = 65+118+137=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #417689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417689 is #BE8976. Grayscale: #686868. Windows color (decimal): -12487031 or 9008705. OLE color: 9008705.
HSL color Cylindrical-coordinate representation of color #417689: hue angle of 195.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 #417689 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 118 | 137 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.46 |
| HSL | 195.83º | 0.36% | 0.4% | - |
| HSV(B) | 195.83º | 0.53% | 0.54% | - |
| XYZ | 13.17 | 15.89 | 26.04 | - |
| YUV | 104.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 137 | 0.53 | 0.14 | 0 | 0.46 | 195.83 | 0.36 | 0.4 |
| Hex | 41 | 76 | 89 | 35 | E | 0 | 2E | C4 | 24 | 28 |
| Octal | 101 | 166 | 211 | 65 | 16 | 0 | 56 | 304 | 44 | 50 |
| Binary | 1000001 | 1110110 | 10001001 | 110101 | 1110 | 0 | 101110 | 11000100 | 100100 | 101000 |
Color Harmonies of #417689
Complementary color
Monochromatic Colors of #417689
Black with #417689
Text Example
Text Example
White with #417689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417689; }
p { color: rgb(65,118,137); }
H1.HeaderClassName
{
color: #417689;
}
.AnyTagClassName
{
color: #417689;
}
</style>
background-color css
<style>
a { background-color: #417689; }
a { background-color: rgb(65,118,137); }
div.DivClassName
{
background-color: #417689;
}
.BgClassName
{
background-color: #417689;
}
</style>
border-color css
<style>
span { border-color: #417689; }
span { border-color: rgb(65,118,137); }
td.TdClassName
{
border-color: #417689;
}
.TagClassName
{
border-color: #417689;
}
</style>