Shades of Jelly Bean #417D9E
Tints of Jelly Bean #417D9E
RGB
CMYK
RGB Variations
Color information
#417D9E (or 0x417D9E) is known color: Jelly Bean. HEX triplet: 41, 7D and 9E. RGB value is (65,125,158). Sum of RGB (Red+Green+Blue) = 65+125+158=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #417D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417D9E is #BE8261. Grayscale: #6E6E6E. Windows color (decimal): -12485218 or 10386753. OLE color: 10386753.
HSL color Cylindrical-coordinate representation of color #417D9E: hue angle of 201.29º 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 #417D9E is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 125 | 158 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.38 |
| HSL | 201.29º | 0.42% | 0.44% | - |
| HSV(B) | 201.29º | 0.59% | 0.62% | - |
| XYZ | 15.69 | 18.26 | 35.05 | - |
| YUV | 110.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 158 | 0.59 | 0.21 | 0 | 0.38 | 201.29 | 0.42 | 0.44 |
| Hex | 41 | 7D | 9E | 3B | 15 | 0 | 26 | C9 | 2A | 2C |
| Octal | 101 | 175 | 236 | 73 | 25 | 0 | 46 | 311 | 52 | 54 |
| Binary | 1000001 | 1111101 | 10011110 | 111011 | 10101 | 0 | 100110 | 11001001 | 101010 | 101100 |
Color Harmonies of #417D9E
Complementary color
Monochromatic Colors of #417D9E
Black with #417D9E
Text Example
Text Example
White with #417D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417D9E; }
p { color: rgb(65,125,158); }
H1.HeaderClassName
{
color: #417D9E;
}
.AnyTagClassName
{
color: #417D9E;
}
</style>
background-color css
<style>
a { background-color: #417D9E; }
a { background-color: rgb(65,125,158); }
div.DivClassName
{
background-color: #417D9E;
}
.BgClassName
{
background-color: #417D9E;
}
</style>
border-color css
<style>
span { border-color: #417D9E; }
span { border-color: rgb(65,125,158); }
td.TdClassName
{
border-color: #417D9E;
}
.TagClassName
{
border-color: #417D9E;
}
</style>