Shades of Jelly Bean #417F99
Tints of Jelly Bean #417F99
RGB
CMYK
RGB Variations
Color information
#417F99 (or 0x417F99) is known color: Jelly Bean. HEX triplet: 41, 7F and 99. RGB value is (65,127,153). Sum of RGB (Red+Green+Blue) = 65+127+153=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #417F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F99 is #BE8066. Grayscale: #6F6F6F. Windows color (decimal): -12484711 or 10059585. OLE color: 10059585.
HSL color Cylindrical-coordinate representation of color #417F99: hue angle of 197.73º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #417F99 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 127 | 153 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.4 |
| HSL | 197.73º | 0.4% | 0.43% | - |
| HSV(B) | 197.73º | 0.58% | 0.6% | - |
| XYZ | 15.52 | 18.6 | 32.91 | - |
| YUV | 111.43 | 151.46 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 153 | 0.58 | 0.17 | 0 | 0.4 | 197.73 | 0.4 | 0.43 |
| Hex | 41 | 7F | 99 | 3A | 11 | 0 | 28 | C6 | 28 | 2B |
| Octal | 101 | 177 | 231 | 72 | 21 | 0 | 50 | 306 | 50 | 53 |
| Binary | 1000001 | 1111111 | 10011001 | 111010 | 10001 | 0 | 101000 | 11000110 | 101000 | 101011 |
Color Harmonies of #417F99
Complementary color
Monochromatic Colors of #417F99
Black with #417F99
Text Example
Text Example
White with #417F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417F99; }
p { color: rgb(65,127,153); }
H1.HeaderClassName
{
color: #417F99;
}
.AnyTagClassName
{
color: #417F99;
}
</style>
background-color css
<style>
a { background-color: #417F99; }
a { background-color: rgb(65,127,153); }
div.DivClassName
{
background-color: #417F99;
}
.BgClassName
{
background-color: #417F99;
}
</style>
border-color css
<style>
span { border-color: #417F99; }
span { border-color: rgb(65,127,153); }
td.TdClassName
{
border-color: #417F99;
}
.TagClassName
{
border-color: #417F99;
}
</style>