Shades of Jelly Bean #417F8B
Tints of Jelly Bean #417F8B
RGB
CMYK
RGB Variations
Color information
#417F8B (or 0x417F8B) is known color: Jelly Bean. HEX triplet: 41, 7F and 8B. RGB value is (65,127,139). Sum of RGB (Red+Green+Blue) = 65+127+139=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #417F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417F8B is #BE8074. Grayscale: #6D6D6D. Windows color (decimal): -12484725 or 9142081. OLE color: 9142081.
HSL color Cylindrical-coordinate representation of color #417F8B: hue angle of 189.73º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #417F8B is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 127 | 139 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.45 |
| HSL | 189.73º | 0.36% | 0.4% | - |
| HSV(B) | 189.73º | 0.53% | 0.55% | - |
| XYZ | 14.43 | 18.17 | 27.17 | - |
| YUV | 109.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 139 | 0.53 | 0.09 | 0 | 0.45 | 189.73 | 0.36 | 0.4 |
| Hex | 41 | 7F | 8B | 35 | 9 | 0 | 2D | BE | 24 | 28 |
| Octal | 101 | 177 | 213 | 65 | 11 | 0 | 55 | 276 | 44 | 50 |
| Binary | 1000001 | 1111111 | 10001011 | 110101 | 1001 | 0 | 101101 | 10111110 | 100100 | 101000 |
Color Harmonies of #417F8B
Complementary color
Monochromatic Colors of #417F8B
Black with #417F8B
Text Example
Text Example
White with #417F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417F8B; }
p { color: rgb(65,127,139); }
H1.HeaderClassName
{
color: #417F8B;
}
.AnyTagClassName
{
color: #417F8B;
}
</style>
background-color css
<style>
a { background-color: #417F8B; }
a { background-color: rgb(65,127,139); }
div.DivClassName
{
background-color: #417F8B;
}
.BgClassName
{
background-color: #417F8B;
}
</style>
border-color css
<style>
span { border-color: #417F8B; }
span { border-color: rgb(65,127,139); }
td.TdClassName
{
border-color: #417F8B;
}
.TagClassName
{
border-color: #417F8B;
}
</style>