Shades of Jelly Bean #417A9F
Tints of Jelly Bean #417A9F
RGB
CMYK
RGB Variations
Color information
#417A9F (or 0x417A9F) is known color: Jelly Bean. HEX triplet: 41, 7A and 9F. RGB value is (65,122,159). Sum of RGB (Red+Green+Blue) = 65+122+159=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #417A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417A9F is #BE8560. Grayscale: #6C6C6C. Windows color (decimal): -12485985 or 10451521. OLE color: 10451521.
HSL color Cylindrical-coordinate representation of color #417A9F: hue angle of 203.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #417A9F is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 122 | 159 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.38 |
| HSL | 203.62º | 0.42% | 0.44% | - |
| HSV(B) | 203.62º | 0.59% | 0.62% | - |
| XYZ | 15.4 | 17.55 | 35.38 | - |
| YUV | 109.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 159 | 0.59 | 0.23 | 0 | 0.38 | 203.62 | 0.42 | 0.44 |
| Hex | 41 | 7A | 9F | 3B | 17 | 0 | 26 | CC | 2A | 2C |
| Octal | 101 | 172 | 237 | 73 | 27 | 0 | 46 | 314 | 52 | 54 |
| Binary | 1000001 | 1111010 | 10011111 | 111011 | 10111 | 0 | 100110 | 11001100 | 101010 | 101100 |
Color Harmonies of #417A9F
Complementary color
Monochromatic Colors of #417A9F
Black with #417A9F
Text Example
Text Example
White with #417A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A9F; }
p { color: rgb(65,122,159); }
H1.HeaderClassName
{
color: #417A9F;
}
.AnyTagClassName
{
color: #417A9F;
}
</style>
background-color css
<style>
a { background-color: #417A9F; }
a { background-color: rgb(65,122,159); }
div.DivClassName
{
background-color: #417A9F;
}
.BgClassName
{
background-color: #417A9F;
}
</style>
border-color css
<style>
span { border-color: #417A9F; }
span { border-color: rgb(65,122,159); }
td.TdClassName
{
border-color: #417A9F;
}
.TagClassName
{
border-color: #417A9F;
}
</style>