Shades of Jelly Bean #417194
Tints of Jelly Bean #417194
RGB
CMYK
RGB Variations
Color information
#417194 (or 0x417194) is known color: Jelly Bean. HEX triplet: 41, 71 and 94. RGB value is (65,113,148). Sum of RGB (Red+Green+Blue) = 65+113+148=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #417194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417194 is #BE8E6B. Grayscale: #666666. Windows color (decimal): -12488300 or 9728321. OLE color: 9728321.
HSL color Cylindrical-coordinate representation of color #417194: hue angle of 205.3º 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 #417194 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 113 | 148 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.42 |
| HSL | 205.3º | 0.39% | 0.42% | - |
| HSV(B) | 205.3º | 0.56% | 0.58% | - |
| XYZ | 13.43 | 15.07 | 30.22 | - |
| YUV | 102.64 | 153.6 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 113 | 148 | 0.56 | 0.24 | 0 | 0.42 | 205.3 | 0.39 | 0.42 |
| Hex | 41 | 71 | 94 | 38 | 18 | 0 | 2A | CD | 27 | 2A |
| Octal | 101 | 161 | 224 | 70 | 30 | 0 | 52 | 315 | 47 | 52 |
| Binary | 1000001 | 1110001 | 10010100 | 111000 | 11000 | 0 | 101010 | 11001101 | 100111 | 101010 |
Color Harmonies of #417194
Complementary color
Monochromatic Colors of #417194
Black with #417194
Text Example
Text Example
White with #417194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417194; }
p { color: rgb(65,113,148); }
H1.HeaderClassName
{
color: #417194;
}
.AnyTagClassName
{
color: #417194;
}
</style>
background-color css
<style>
a { background-color: #417194; }
a { background-color: rgb(65,113,148); }
div.DivClassName
{
background-color: #417194;
}
.BgClassName
{
background-color: #417194;
}
</style>
border-color css
<style>
span { border-color: #417194; }
span { border-color: rgb(65,113,148); }
td.TdClassName
{
border-color: #417194;
}
.TagClassName
{
border-color: #417194;
}
</style>