Shades of Jelly Bean #417C90
Tints of Jelly Bean #417C90
RGB
CMYK
RGB Variations
Color information
#417C90 (or 0x417C90) is known color: Jelly Bean. HEX triplet: 41, 7C and 90. RGB value is (65,124,144). Sum of RGB (Red+Green+Blue) = 65+124+144=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #417C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417C90 is #BE836F. Grayscale: #6C6C6C. Windows color (decimal): -12485488 or 9468993. OLE color: 9468993.
HSL color Cylindrical-coordinate representation of color #417C90: hue angle of 195.19º 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 #417C90 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 124 | 144 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.44 |
| HSL | 195.19º | 0.38% | 0.41% | - |
| HSV(B) | 195.19º | 0.55% | 0.56% | - |
| XYZ | 14.42 | 17.55 | 29.01 | - |
| YUV | 108.64 | 147.95 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 144 | 0.55 | 0.14 | 0 | 0.44 | 195.19 | 0.38 | 0.41 |
| Hex | 41 | 7C | 90 | 37 | E | 0 | 2C | C3 | 26 | 29 |
| Octal | 101 | 174 | 220 | 67 | 16 | 0 | 54 | 303 | 46 | 51 |
| Binary | 1000001 | 1111100 | 10010000 | 110111 | 1110 | 0 | 101100 | 11000011 | 100110 | 101001 |
Color Harmonies of #417C90
Complementary color
Monochromatic Colors of #417C90
Black with #417C90
Text Example
Text Example
White with #417C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C90; }
p { color: rgb(65,124,144); }
H1.HeaderClassName
{
color: #417C90;
}
.AnyTagClassName
{
color: #417C90;
}
</style>
background-color css
<style>
a { background-color: #417C90; }
a { background-color: rgb(65,124,144); }
div.DivClassName
{
background-color: #417C90;
}
.BgClassName
{
background-color: #417C90;
}
</style>
border-color css
<style>
span { border-color: #417C90; }
span { border-color: rgb(65,124,144); }
td.TdClassName
{
border-color: #417C90;
}
.TagClassName
{
border-color: #417C90;
}
</style>