Shades of Jelly Bean #417590
Tints of Jelly Bean #417590
RGB
CMYK
RGB Variations
Color information
#417590 (or 0x417590) is known color: Jelly Bean. HEX triplet: 41, 75 and 90. RGB value is (65,117,144). Sum of RGB (Red+Green+Blue) = 65+117+144=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #417590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417590 is #BE8A6F. Grayscale: #686868. Windows color (decimal): -12487280 or 9467201. OLE color: 9467201.
HSL color Cylindrical-coordinate representation of color #417590: hue angle of 200.51º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417590 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 117 | 144 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.44 |
| HSL | 200.51º | 0.38% | 0.41% | - |
| HSV(B) | 200.51º | 0.55% | 0.56% | - |
| XYZ | 13.58 | 15.86 | 28.73 | - |
| YUV | 104.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 117 | 144 | 0.55 | 0.19 | 0 | 0.44 | 200.51 | 0.38 | 0.41 |
| Hex | 41 | 75 | 90 | 37 | 13 | 0 | 2C | C9 | 26 | 29 |
| Octal | 101 | 165 | 220 | 67 | 23 | 0 | 54 | 311 | 46 | 51 |
| Binary | 1000001 | 1110101 | 10010000 | 110111 | 10011 | 0 | 101100 | 11001001 | 100110 | 101001 |
Color Harmonies of #417590
Complementary color
Monochromatic Colors of #417590
Black with #417590
Text Example
Text Example
White with #417590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417590; }
p { color: rgb(65,117,144); }
H1.HeaderClassName
{
color: #417590;
}
.AnyTagClassName
{
color: #417590;
}
</style>
background-color css
<style>
a { background-color: #417590; }
a { background-color: rgb(65,117,144); }
div.DivClassName
{
background-color: #417590;
}
.BgClassName
{
background-color: #417590;
}
</style>
border-color css
<style>
span { border-color: #417590; }
span { border-color: rgb(65,117,144); }
td.TdClassName
{
border-color: #417590;
}
.TagClassName
{
border-color: #417590;
}
</style>