Shades of Jelly Bean #417992
Tints of Jelly Bean #417992
RGB
CMYK
RGB Variations
Color information
#417992 (or 0x417992) is known color: Jelly Bean. HEX triplet: 41, 79 and 92. RGB value is (65,121,146). Sum of RGB (Red+Green+Blue) = 65+121+146=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #417992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417992 is #BE866D. Grayscale: #6A6A6A. Windows color (decimal): -12486254 or 9599297. OLE color: 9599297.
HSL color Cylindrical-coordinate representation of color #417992: hue angle of 198.52º 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 #417992 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 121 | 146 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.43 |
| HSL | 198.52º | 0.38% | 0.41% | - |
| HSV(B) | 198.52º | 0.55% | 0.57% | - |
| XYZ | 14.21 | 16.87 | 29.7 | - |
| YUV | 107.11 | 149.95 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 121 | 146 | 0.55 | 0.17 | 0 | 0.43 | 198.52 | 0.38 | 0.41 |
| Hex | 41 | 79 | 92 | 37 | 11 | 0 | 2B | C7 | 26 | 29 |
| Octal | 101 | 171 | 222 | 67 | 21 | 0 | 53 | 307 | 46 | 51 |
| Binary | 1000001 | 1111001 | 10010010 | 110111 | 10001 | 0 | 101011 | 11000111 | 100110 | 101001 |
Color Harmonies of #417992
Complementary color
Monochromatic Colors of #417992
Black with #417992
Text Example
Text Example
White with #417992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417992; }
p { color: rgb(65,121,146); }
H1.HeaderClassName
{
color: #417992;
}
.AnyTagClassName
{
color: #417992;
}
</style>
background-color css
<style>
a { background-color: #417992; }
a { background-color: rgb(65,121,146); }
div.DivClassName
{
background-color: #417992;
}
.BgClassName
{
background-color: #417992;
}
</style>
border-color css
<style>
span { border-color: #417992; }
span { border-color: rgb(65,121,146); }
td.TdClassName
{
border-color: #417992;
}
.TagClassName
{
border-color: #417992;
}
</style>