Shades of Jelly Bean #417A90
Tints of Jelly Bean #417A90
RGB
CMYK
RGB Variations
Color information
#417A90 (or 0x417A90) is known color: Jelly Bean. HEX triplet: 41, 7A and 90. RGB value is (65,122,144). Sum of RGB (Red+Green+Blue) = 65+122+144=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #417A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417A90 is #BE856F. Grayscale: #6B6B6B. Windows color (decimal): -12486000 or 9468481. OLE color: 9468481.
HSL color Cylindrical-coordinate representation of color #417A90: hue angle of 196.71º 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 #417A90 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 122 | 144 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.44 |
| HSL | 196.71º | 0.38% | 0.41% | - |
| HSV(B) | 196.71º | 0.55% | 0.56% | - |
| XYZ | 14.17 | 17.06 | 28.93 | - |
| YUV | 107.47 | 148.62 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 144 | 0.55 | 0.15 | 0 | 0.44 | 196.71 | 0.38 | 0.41 |
| Hex | 41 | 7A | 90 | 37 | F | 0 | 2C | C5 | 26 | 29 |
| Octal | 101 | 172 | 220 | 67 | 17 | 0 | 54 | 305 | 46 | 51 |
| Binary | 1000001 | 1111010 | 10010000 | 110111 | 1111 | 0 | 101100 | 11000101 | 100110 | 101001 |
Color Harmonies of #417A90
Complementary color
Monochromatic Colors of #417A90
Black with #417A90
Text Example
Text Example
White with #417A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A90; }
p { color: rgb(65,122,144); }
H1.HeaderClassName
{
color: #417A90;
}
.AnyTagClassName
{
color: #417A90;
}
</style>
background-color css
<style>
a { background-color: #417A90; }
a { background-color: rgb(65,122,144); }
div.DivClassName
{
background-color: #417A90;
}
.BgClassName
{
background-color: #417A90;
}
</style>
border-color css
<style>
span { border-color: #417A90; }
span { border-color: rgb(65,122,144); }
td.TdClassName
{
border-color: #417A90;
}
.TagClassName
{
border-color: #417A90;
}
</style>