Shades of Jelly Bean #417C97
Tints of Jelly Bean #417C97
RGB
CMYK
RGB Variations
Color information
#417C97 (or 0x417C97) is known color: Jelly Bean. HEX triplet: 41, 7C and 97. RGB value is (65,124,151). Sum of RGB (Red+Green+Blue) = 65+124+151=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 151 - color contains mainly: blue. Hex color #417C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417C97 is #BE8368. Grayscale: #6D6D6D. Windows color (decimal): -12485481 or 9927745. OLE color: 9927745.
HSL color Cylindrical-coordinate representation of color #417C97: hue angle of 198.84º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #417C97 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 124 | 151 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.41 |
| HSL | 198.84º | 0.4% | 0.42% | - |
| HSV(B) | 198.84º | 0.57% | 0.59% | - |
| XYZ | 14.97 | 17.77 | 31.92 | - |
| YUV | 109.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 151 | 0.57 | 0.18 | 0 | 0.41 | 198.84 | 0.4 | 0.42 |
| Hex | 41 | 7C | 97 | 39 | 12 | 0 | 29 | C7 | 28 | 2A |
| Octal | 101 | 174 | 227 | 71 | 22 | 0 | 51 | 307 | 50 | 52 |
| Binary | 1000001 | 1111100 | 10010111 | 111001 | 10010 | 0 | 101001 | 11000111 | 101000 | 101010 |
Color Harmonies of #417C97
Complementary color
Monochromatic Colors of #417C97
Black with #417C97
Text Example
Text Example
White with #417C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C97; }
p { color: rgb(65,124,151); }
H1.HeaderClassName
{
color: #417C97;
}
.AnyTagClassName
{
color: #417C97;
}
</style>
background-color css
<style>
a { background-color: #417C97; }
a { background-color: rgb(65,124,151); }
div.DivClassName
{
background-color: #417C97;
}
.BgClassName
{
background-color: #417C97;
}
</style>
border-color css
<style>
span { border-color: #417C97; }
span { border-color: rgb(65,124,151); }
td.TdClassName
{
border-color: #417C97;
}
.TagClassName
{
border-color: #417C97;
}
</style>