Shades of Jelly Bean #417C9C
Tints of Jelly Bean #417C9C
RGB
CMYK
RGB Variations
Color information
#417C9C (or 0x417C9C) is known color: Jelly Bean. HEX triplet: 41, 7C and 9C. RGB value is (65,124,156). Sum of RGB (Red+Green+Blue) = 65+124+156=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #417C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417C9C is #BE8363. Grayscale: #6D6D6D. Windows color (decimal): -12485476 or 10255425. OLE color: 10255425.
HSL color Cylindrical-coordinate representation of color #417C9C: hue angle of 201.1º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #417C9C is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 124 | 156 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.39 |
| HSL | 201.1º | 0.41% | 0.43% | - |
| HSV(B) | 201.1º | 0.58% | 0.61% | - |
| XYZ | 15.39 | 17.94 | 34.1 | - |
| YUV | 110.01 | 153.95 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 156 | 0.58 | 0.21 | 0 | 0.39 | 201.1 | 0.41 | 0.43 |
| Hex | 41 | 7C | 9C | 3A | 15 | 0 | 27 | C9 | 29 | 2B |
| Octal | 101 | 174 | 234 | 72 | 25 | 0 | 47 | 311 | 51 | 53 |
| Binary | 1000001 | 1111100 | 10011100 | 111010 | 10101 | 0 | 100111 | 11001001 | 101001 | 101011 |
Color Harmonies of #417C9C
Complementary color
Monochromatic Colors of #417C9C
Black with #417C9C
Text Example
Text Example
White with #417C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417C9C; }
p { color: rgb(65,124,156); }
H1.HeaderClassName
{
color: #417C9C;
}
.AnyTagClassName
{
color: #417C9C;
}
</style>
background-color css
<style>
a { background-color: #417C9C; }
a { background-color: rgb(65,124,156); }
div.DivClassName
{
background-color: #417C9C;
}
.BgClassName
{
background-color: #417C9C;
}
</style>
border-color css
<style>
span { border-color: #417C9C; }
span { border-color: rgb(65,124,156); }
td.TdClassName
{
border-color: #417C9C;
}
.TagClassName
{
border-color: #417C9C;
}
</style>