Shades of Jelly Bean #417E8C
Tints of Jelly Bean #417E8C
RGB
CMYK
RGB Variations
Color information
#417E8C (or 0x417E8C) is known color: Jelly Bean. HEX triplet: 41, 7E and 8C. RGB value is (65,126,140). Sum of RGB (Red+Green+Blue) = 65+126+140=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #417E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E8C is #BE8173. Grayscale: #6D6D6D. Windows color (decimal): -12484980 or 9207361. OLE color: 9207361.
HSL color Cylindrical-coordinate representation of color #417E8C: hue angle of 191.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #417E8C is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 126 | 140 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.45 |
| HSL | 191.2º | 0.37% | 0.4% | - |
| HSV(B) | 191.2º | 0.54% | 0.55% | - |
| XYZ | 14.37 | 17.94 | 27.52 | - |
| YUV | 109.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 140 | 0.54 | 0.10 | 0 | 0.45 | 191.2 | 0.37 | 0.4 |
| Hex | 41 | 7E | 8C | 36 | A | 0 | 2D | BF | 25 | 28 |
| Octal | 101 | 176 | 214 | 66 | 12 | 0 | 55 | 277 | 45 | 50 |
| Binary | 1000001 | 1111110 | 10001100 | 110110 | 1010 | 0 | 101101 | 10111111 | 100101 | 101000 |
Color Harmonies of #417E8C
Complementary color
Monochromatic Colors of #417E8C
Black with #417E8C
Text Example
Text Example
White with #417E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417E8C; }
p { color: rgb(65,126,140); }
H1.HeaderClassName
{
color: #417E8C;
}
.AnyTagClassName
{
color: #417E8C;
}
</style>
background-color css
<style>
a { background-color: #417E8C; }
a { background-color: rgb(65,126,140); }
div.DivClassName
{
background-color: #417E8C;
}
.BgClassName
{
background-color: #417E8C;
}
</style>
border-color css
<style>
span { border-color: #417E8C; }
span { border-color: rgb(65,126,140); }
td.TdClassName
{
border-color: #417E8C;
}
.TagClassName
{
border-color: #417E8C;
}
</style>