Shades of Jelly Bean #417E93
Tints of Jelly Bean #417E93
RGB
CMYK
RGB Variations
Color information
#417E93 (or 0x417E93) is known color: Jelly Bean. HEX triplet: 41, 7E and 93. RGB value is (65,126,147). Sum of RGB (Red+Green+Blue) = 65+126+147=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #417E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E93 is #BE816C. Grayscale: #6E6E6E. Windows color (decimal): -12484973 or 9666113. OLE color: 9666113.
HSL color Cylindrical-coordinate representation of color #417E93: hue angle of 195.37º 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 #417E93 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 126 | 147 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.42 |
| HSL | 195.37º | 0.39% | 0.42% | - |
| HSV(B) | 195.37º | 0.56% | 0.58% | - |
| XYZ | 14.91 | 18.15 | 30.32 | - |
| YUV | 110.16 | 148.79 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 147 | 0.56 | 0.14 | 0 | 0.42 | 195.37 | 0.39 | 0.42 |
| Hex | 41 | 7E | 93 | 38 | E | 0 | 2A | C3 | 27 | 2A |
| Octal | 101 | 176 | 223 | 70 | 16 | 0 | 52 | 303 | 47 | 52 |
| Binary | 1000001 | 1111110 | 10010011 | 111000 | 1110 | 0 | 101010 | 11000011 | 100111 | 101010 |
Color Harmonies of #417E93
Complementary color
Monochromatic Colors of #417E93
Black with #417E93
Text Example
Text Example
White with #417E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417E93; }
p { color: rgb(65,126,147); }
H1.HeaderClassName
{
color: #417E93;
}
.AnyTagClassName
{
color: #417E93;
}
</style>
background-color css
<style>
a { background-color: #417E93; }
a { background-color: rgb(65,126,147); }
div.DivClassName
{
background-color: #417E93;
}
.BgClassName
{
background-color: #417E93;
}
</style>
border-color css
<style>
span { border-color: #417E93; }
span { border-color: rgb(65,126,147); }
td.TdClassName
{
border-color: #417E93;
}
.TagClassName
{
border-color: #417E93;
}
</style>