Shades of Jelly Bean #417A94
Tints of Jelly Bean #417A94
RGB
CMYK
RGB Variations
Color information
#417A94 (or 0x417A94) is known color: Jelly Bean. HEX triplet: 41, 7A and 94. RGB value is (65,122,148). Sum of RGB (Red+Green+Blue) = 65+122+148=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #417A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417A94 is #BE856B. Grayscale: #6B6B6B. Windows color (decimal): -12485996 or 9730625. OLE color: 9730625.
HSL color Cylindrical-coordinate representation of color #417A94: hue angle of 198.8º 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 #417A94 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 122 | 148 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.42 |
| HSL | 198.8º | 0.39% | 0.42% | - |
| HSV(B) | 198.8º | 0.56% | 0.58% | - |
| XYZ | 14.48 | 17.18 | 30.57 | - |
| YUV | 107.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 148 | 0.56 | 0.18 | 0 | 0.42 | 198.8 | 0.39 | 0.42 |
| Hex | 41 | 7A | 94 | 38 | 12 | 0 | 2A | C7 | 27 | 2A |
| Octal | 101 | 172 | 224 | 70 | 22 | 0 | 52 | 307 | 47 | 52 |
| Binary | 1000001 | 1111010 | 10010100 | 111000 | 10010 | 0 | 101010 | 11000111 | 100111 | 101010 |
Color Harmonies of #417A94
Complementary color
Monochromatic Colors of #417A94
Black with #417A94
Text Example
Text Example
White with #417A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A94; }
p { color: rgb(65,122,148); }
H1.HeaderClassName
{
color: #417A94;
}
.AnyTagClassName
{
color: #417A94;
}
</style>
background-color css
<style>
a { background-color: #417A94; }
a { background-color: rgb(65,122,148); }
div.DivClassName
{
background-color: #417A94;
}
.BgClassName
{
background-color: #417A94;
}
</style>
border-color css
<style>
span { border-color: #417A94; }
span { border-color: rgb(65,122,148); }
td.TdClassName
{
border-color: #417A94;
}
.TagClassName
{
border-color: #417A94;
}
</style>