Shades of Jelly Bean #417890
Tints of Jelly Bean #417890
RGB
CMYK
RGB Variations
Color information
#417890 (or 0x417890) is known color: Jelly Bean. HEX triplet: 41, 78 and 90. RGB value is (65,120,144). Sum of RGB (Red+Green+Blue) = 65+120+144=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #417890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417890 is #BE876F. Grayscale: #6A6A6A. Windows color (decimal): -12486512 or 9467969. OLE color: 9467969.
HSL color Cylindrical-coordinate representation of color #417890: hue angle of 198.23º 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 #417890 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 120 | 144 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.44 |
| HSL | 198.23º | 0.38% | 0.41% | - |
| HSV(B) | 198.23º | 0.55% | 0.56% | - |
| XYZ | 13.93 | 16.57 | 28.85 | - |
| YUV | 106.29 | 149.28 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 144 | 0.55 | 0.17 | 0 | 0.44 | 198.23 | 0.38 | 0.41 |
| Hex | 41 | 78 | 90 | 37 | 11 | 0 | 2C | C6 | 26 | 29 |
| Octal | 101 | 170 | 220 | 67 | 21 | 0 | 54 | 306 | 46 | 51 |
| Binary | 1000001 | 1111000 | 10010000 | 110111 | 10001 | 0 | 101100 | 11000110 | 100110 | 101001 |
Color Harmonies of #417890
Complementary color
Monochromatic Colors of #417890
Black with #417890
Text Example
Text Example
White with #417890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417890; }
p { color: rgb(65,120,144); }
H1.HeaderClassName
{
color: #417890;
}
.AnyTagClassName
{
color: #417890;
}
</style>
background-color css
<style>
a { background-color: #417890; }
a { background-color: rgb(65,120,144); }
div.DivClassName
{
background-color: #417890;
}
.BgClassName
{
background-color: #417890;
}
</style>
border-color css
<style>
span { border-color: #417890; }
span { border-color: rgb(65,120,144); }
td.TdClassName
{
border-color: #417890;
}
.TagClassName
{
border-color: #417890;
}
</style>