Shades of Jelly Bean #417391
Tints of Jelly Bean #417391
RGB
CMYK
RGB Variations
Color information
#417391 (or 0x417391) is known color: Jelly Bean. HEX triplet: 41, 73 and 91. RGB value is (65,115,145). Sum of RGB (Red+Green+Blue) = 65+115+145=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #417391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417391 is #BE8C6E. Grayscale: #676767. Windows color (decimal): -12487791 or 9532225. OLE color: 9532225.
HSL color Cylindrical-coordinate representation of color #417391: hue angle of 202.5º 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 #417391 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 115 | 145 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.43 |
| HSL | 202.5º | 0.38% | 0.41% | - |
| HSV(B) | 202.5º | 0.55% | 0.57% | - |
| XYZ | 13.42 | 15.43 | 29.06 | - |
| YUV | 103.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 145 | 0.55 | 0.21 | 0 | 0.43 | 202.5 | 0.38 | 0.41 |
| Hex | 41 | 73 | 91 | 37 | 15 | 0 | 2B | CA | 26 | 29 |
| Octal | 101 | 163 | 221 | 67 | 25 | 0 | 53 | 312 | 46 | 51 |
| Binary | 1000001 | 1110011 | 10010001 | 110111 | 10101 | 0 | 101011 | 11001010 | 100110 | 101001 |
Color Harmonies of #417391
Complementary color
Monochromatic Colors of #417391
Black with #417391
Text Example
Text Example
White with #417391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417391; }
p { color: rgb(65,115,145); }
H1.HeaderClassName
{
color: #417391;
}
.AnyTagClassName
{
color: #417391;
}
</style>
background-color css
<style>
a { background-color: #417391; }
a { background-color: rgb(65,115,145); }
div.DivClassName
{
background-color: #417391;
}
.BgClassName
{
background-color: #417391;
}
</style>
border-color css
<style>
span { border-color: #417391; }
span { border-color: rgb(65,115,145); }
td.TdClassName
{
border-color: #417391;
}
.TagClassName
{
border-color: #417391;
}
</style>