Shades of Jelly Bean #417F98
Tints of Jelly Bean #417F98
RGB
CMYK
RGB Variations
Color information
#417F98 (or 0x417F98) is known color: Jelly Bean. HEX triplet: 41, 7F and 98. RGB value is (65,127,152). Sum of RGB (Red+Green+Blue) = 65+127+152=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #417F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F98 is #BE8067. Grayscale: #6F6F6F. Windows color (decimal): -12484712 or 9994049. OLE color: 9994049.
HSL color Cylindrical-coordinate representation of color #417F98: hue angle of 197.24º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #417F98 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 127 | 152 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.40 |
| HSL | 197.24º | 0.4% | 0.43% | - |
| HSV(B) | 197.24º | 0.57% | 0.6% | - |
| XYZ | 15.44 | 18.57 | 32.48 | - |
| YUV | 111.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 152 | 0.57 | 0.16 | 0 | 0.40 | 197.24 | 0.4 | 0.43 |
| Hex | 41 | 7F | 98 | 39 | 10 | 0 | 28 | C5 | 28 | 2B |
| Octal | 101 | 177 | 230 | 71 | 20 | 0 | 50 | 305 | 50 | 53 |
| Binary | 1000001 | 1111111 | 10011000 | 111001 | 10000 | 0 | 101000 | 11000101 | 101000 | 101011 |
Color Harmonies of #417F98
Complementary color
Monochromatic Colors of #417F98
Black with #417F98
Text Example
Text Example
White with #417F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417F98; }
p { color: rgb(65,127,152); }
H1.HeaderClassName
{
color: #417F98;
}
.AnyTagClassName
{
color: #417F98;
}
</style>
background-color css
<style>
a { background-color: #417F98; }
a { background-color: rgb(65,127,152); }
div.DivClassName
{
background-color: #417F98;
}
.BgClassName
{
background-color: #417F98;
}
</style>
border-color css
<style>
span { border-color: #417F98; }
span { border-color: rgb(65,127,152); }
td.TdClassName
{
border-color: #417F98;
}
.TagClassName
{
border-color: #417F98;
}
</style>