Shades of Jelly Bean #417F92
Tints of Jelly Bean #417F92
RGB
CMYK
RGB Variations
Color information
#417F92 (or 0x417F92) is known color: Jelly Bean. HEX triplet: 41, 7F and 92. RGB value is (65,127,146). Sum of RGB (Red+Green+Blue) = 65+127+146=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #417F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F92 is #BE806D. Grayscale: #6E6E6E. Windows color (decimal): -12484718 or 9600833. OLE color: 9600833.
HSL color Cylindrical-coordinate representation of color #417F92: hue angle of 194.07º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417F92 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 127 | 146 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.43 |
| HSL | 194.07º | 0.38% | 0.41% | - |
| HSV(B) | 194.07º | 0.55% | 0.57% | - |
| XYZ | 14.96 | 18.38 | 29.95 | - |
| YUV | 110.63 | 147.96 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 146 | 0.55 | 0.13 | 0 | 0.43 | 194.07 | 0.38 | 0.41 |
| Hex | 41 | 7F | 92 | 37 | D | 0 | 2B | C2 | 26 | 29 |
| Octal | 101 | 177 | 222 | 67 | 15 | 0 | 53 | 302 | 46 | 51 |
| Binary | 1000001 | 1111111 | 10010010 | 110111 | 1101 | 0 | 101011 | 11000010 | 100110 | 101001 |
Color Harmonies of #417F92
Complementary color
Monochromatic Colors of #417F92
Black with #417F92
Text Example
Text Example
White with #417F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417F92; }
p { color: rgb(65,127,146); }
H1.HeaderClassName
{
color: #417F92;
}
.AnyTagClassName
{
color: #417F92;
}
</style>
background-color css
<style>
a { background-color: #417F92; }
a { background-color: rgb(65,127,146); }
div.DivClassName
{
background-color: #417F92;
}
.BgClassName
{
background-color: #417F92;
}
</style>
border-color css
<style>
span { border-color: #417F92; }
span { border-color: rgb(65,127,146); }
td.TdClassName
{
border-color: #417F92;
}
.TagClassName
{
border-color: #417F92;
}
</style>