Shades of Jelly Bean #417C91
Tints of Jelly Bean #417C91
RGB
CMYK
RGB Variations
Color information
#417C91 (or 0x417C91) is known color: Jelly Bean. HEX triplet: 41, 7C and 91. RGB value is (65,124,145). Sum of RGB (Red+Green+Blue) = 65+124+145=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #417C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417C91 is #BE836E. Grayscale: #6C6C6C. Windows color (decimal): -12485487 or 9534529. OLE color: 9534529.
HSL color Cylindrical-coordinate representation of color #417C91: hue angle of 195.75º 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 #417C91 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 124 | 145 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.43 |
| HSL | 195.75º | 0.38% | 0.41% | - |
| HSV(B) | 195.75º | 0.55% | 0.57% | - |
| XYZ | 14.5 | 17.58 | 29.42 | - |
| YUV | 108.75 | 148.45 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 145 | 0.55 | 0.14 | 0 | 0.43 | 195.75 | 0.38 | 0.41 |
| Hex | 41 | 7C | 91 | 37 | E | 0 | 2B | C4 | 26 | 29 |
| Octal | 101 | 174 | 221 | 67 | 16 | 0 | 53 | 304 | 46 | 51 |
| Binary | 1000001 | 1111100 | 10010001 | 110111 | 1110 | 0 | 101011 | 11000100 | 100110 | 101001 |
Color Harmonies of #417C91
Complementary color
Monochromatic Colors of #417C91
Black with #417C91
Text Example
Text Example
White with #417C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C91; }
p { color: rgb(65,124,145); }
H1.HeaderClassName
{
color: #417C91;
}
.AnyTagClassName
{
color: #417C91;
}
</style>
background-color css
<style>
a { background-color: #417C91; }
a { background-color: rgb(65,124,145); }
div.DivClassName
{
background-color: #417C91;
}
.BgClassName
{
background-color: #417C91;
}
</style>
border-color css
<style>
span { border-color: #417C91; }
span { border-color: rgb(65,124,145); }
td.TdClassName
{
border-color: #417C91;
}
.TagClassName
{
border-color: #417C91;
}
</style>