Shades of Jelly Bean #417994
Tints of Jelly Bean #417994
RGB
CMYK
RGB Variations
Color information
#417994 (or 0x417994) is known color: Jelly Bean. HEX triplet: 41, 79 and 94. RGB value is (65,121,148). Sum of RGB (Red+Green+Blue) = 65+121+148=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #417994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417994 is #BE866B. Grayscale: #6B6B6B. Windows color (decimal): -12486252 or 9730369. OLE color: 9730369.
HSL color Cylindrical-coordinate representation of color #417994: hue angle of 199.52º 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 #417994 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 121 | 148 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.42 |
| HSL | 199.52º | 0.39% | 0.42% | - |
| HSV(B) | 199.52º | 0.56% | 0.58% | - |
| XYZ | 14.36 | 16.94 | 30.53 | - |
| YUV | 107.33 | 150.95 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 121 | 148 | 0.56 | 0.18 | 0 | 0.42 | 199.52 | 0.39 | 0.42 |
| Hex | 41 | 79 | 94 | 38 | 12 | 0 | 2A | C8 | 27 | 2A |
| Octal | 101 | 171 | 224 | 70 | 22 | 0 | 52 | 310 | 47 | 52 |
| Binary | 1000001 | 1111001 | 10010100 | 111000 | 10010 | 0 | 101010 | 11001000 | 100111 | 101010 |
Color Harmonies of #417994
Complementary color
Monochromatic Colors of #417994
Black with #417994
Text Example
Text Example
White with #417994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417994; }
p { color: rgb(65,121,148); }
H1.HeaderClassName
{
color: #417994;
}
.AnyTagClassName
{
color: #417994;
}
</style>
background-color css
<style>
a { background-color: #417994; }
a { background-color: rgb(65,121,148); }
div.DivClassName
{
background-color: #417994;
}
.BgClassName
{
background-color: #417994;
}
</style>
border-color css
<style>
span { border-color: #417994; }
span { border-color: rgb(65,121,148); }
td.TdClassName
{
border-color: #417994;
}
.TagClassName
{
border-color: #417994;
}
</style>