Shades of Jelly Bean #417294
Tints of Jelly Bean #417294
RGB
CMYK
RGB Variations
Color information
#417294 (or 0x417294) is known color: Jelly Bean. HEX triplet: 41, 72 and 94. RGB value is (65,114,148). Sum of RGB (Red+Green+Blue) = 65+114+148=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #417294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417294 is #BE8D6B. Grayscale: #676767. Windows color (decimal): -12488044 or 9728577. OLE color: 9728577.
HSL color Cylindrical-coordinate representation of color #417294: hue angle of 204.58º 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 #417294 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 114 | 148 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.42 |
| HSL | 204.58º | 0.39% | 0.42% | - |
| HSV(B) | 204.58º | 0.56% | 0.58% | - |
| XYZ | 13.54 | 15.3 | 30.26 | - |
| YUV | 103.23 | 153.27 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 148 | 0.56 | 0.23 | 0 | 0.42 | 204.58 | 0.39 | 0.42 |
| Hex | 41 | 72 | 94 | 38 | 17 | 0 | 2A | CD | 27 | 2A |
| Octal | 101 | 162 | 224 | 70 | 27 | 0 | 52 | 315 | 47 | 52 |
| Binary | 1000001 | 1110010 | 10010100 | 111000 | 10111 | 0 | 101010 | 11001101 | 100111 | 101010 |
Color Harmonies of #417294
Complementary color
Monochromatic Colors of #417294
Black with #417294
Text Example
Text Example
White with #417294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417294; }
p { color: rgb(65,114,148); }
H1.HeaderClassName
{
color: #417294;
}
.AnyTagClassName
{
color: #417294;
}
</style>
background-color css
<style>
a { background-color: #417294; }
a { background-color: rgb(65,114,148); }
div.DivClassName
{
background-color: #417294;
}
.BgClassName
{
background-color: #417294;
}
</style>
border-color css
<style>
span { border-color: #417294; }
span { border-color: rgb(65,114,148); }
td.TdClassName
{
border-color: #417294;
}
.TagClassName
{
border-color: #417294;
}
</style>