Shades of Jelly Bean #417695
Tints of Jelly Bean #417695
RGB
CMYK
RGB Variations
Color information
#417695 (or 0x417695) is known color: Jelly Bean. HEX triplet: 41, 76 and 95. RGB value is (65,118,149). Sum of RGB (Red+Green+Blue) = 65+118+149=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #417695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417695 is #BE896A. Grayscale: #696969. Windows color (decimal): -12487019 or 9795137. OLE color: 9795137.
HSL color Cylindrical-coordinate representation of color #417695: hue angle of 202.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #417695 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 118 | 149 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.42 |
| HSL | 202.14º | 0.39% | 0.42% | - |
| HSV(B) | 202.14º | 0.56% | 0.58% | - |
| XYZ | 14.08 | 16.25 | 30.83 | - |
| YUV | 105.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 118 | 149 | 0.56 | 0.21 | 0 | 0.42 | 202.14 | 0.39 | 0.42 |
| Hex | 41 | 76 | 95 | 38 | 15 | 0 | 2A | CA | 27 | 2A |
| Octal | 101 | 166 | 225 | 70 | 25 | 0 | 52 | 312 | 47 | 52 |
| Binary | 1000001 | 1110110 | 10010101 | 111000 | 10101 | 0 | 101010 | 11001010 | 100111 | 101010 |
Color Harmonies of #417695
Complementary color
Monochromatic Colors of #417695
Black with #417695
Text Example
Text Example
White with #417695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417695; }
p { color: rgb(65,118,149); }
H1.HeaderClassName
{
color: #417695;
}
.AnyTagClassName
{
color: #417695;
}
</style>
background-color css
<style>
a { background-color: #417695; }
a { background-color: rgb(65,118,149); }
div.DivClassName
{
background-color: #417695;
}
.BgClassName
{
background-color: #417695;
}
</style>
border-color css
<style>
span { border-color: #417695; }
span { border-color: rgb(65,118,149); }
td.TdClassName
{
border-color: #417695;
}
.TagClassName
{
border-color: #417695;
}
</style>