Shades of Jelly Bean #417D91
Tints of Jelly Bean #417D91
RGB
CMYK
RGB Variations
Color information
#417D91 (or 0x417D91) is known color: Jelly Bean. HEX triplet: 41, 7D and 91. RGB value is (65,125,145). Sum of RGB (Red+Green+Blue) = 65+125+145=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #417D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417D91 is #BE826E. Grayscale: #6D6D6D. Windows color (decimal): -12485231 or 9534785. OLE color: 9534785.
HSL color Cylindrical-coordinate representation of color #417D91: hue angle of 195º 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 #417D91 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 125 | 145 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.43 |
| HSL | 195º | 0.38% | 0.41% | - |
| HSV(B) | 195º | 0.55% | 0.57% | - |
| XYZ | 14.62 | 17.84 | 29.46 | - |
| YUV | 109.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 145 | 0.55 | 0.14 | 0 | 0.43 | 195 | 0.38 | 0.41 |
| Hex | 41 | 7D | 91 | 37 | E | 0 | 2B | C3 | 26 | 29 |
| Octal | 101 | 175 | 221 | 67 | 16 | 0 | 53 | 303 | 46 | 51 |
| Binary | 1000001 | 1111101 | 10010001 | 110111 | 1110 | 0 | 101011 | 11000011 | 100110 | 101001 |
Color Harmonies of #417D91
Complementary color
Monochromatic Colors of #417D91
Black with #417D91
Text Example
Text Example
White with #417D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D91; }
p { color: rgb(65,125,145); }
H1.HeaderClassName
{
color: #417D91;
}
.AnyTagClassName
{
color: #417D91;
}
</style>
background-color css
<style>
a { background-color: #417D91; }
a { background-color: rgb(65,125,145); }
div.DivClassName
{
background-color: #417D91;
}
.BgClassName
{
background-color: #417D91;
}
</style>
border-color css
<style>
span { border-color: #417D91; }
span { border-color: rgb(65,125,145); }
td.TdClassName
{
border-color: #417D91;
}
.TagClassName
{
border-color: #417D91;
}
</style>