Shades of Jelly Bean #407394
Tints of Jelly Bean #407394
RGB
CMYK
RGB Variations
Color information
#407394 (or 0x407394) is known color: Jelly Bean. HEX triplet: 40, 73 and 94. RGB value is (64,115,148). Sum of RGB (Red+Green+Blue) = 64+115+148=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 115 (45.31% from 255 or 35.17% 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 #407394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407394 is #BF8C6B. Grayscale: #676767. Windows color (decimal): -12553324 or 9728832. OLE color: 9728832.
HSL color Cylindrical-coordinate representation of color #407394: hue angle of 203.57º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #407394 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 115 | 148 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.42 |
| HSL | 203.57º | 0.4% | 0.42% | - |
| HSV(B) | 203.57º | 0.57% | 0.58% | - |
| XYZ | 13.59 | 15.49 | 30.29 | - |
| YUV | 103.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 148 | 0.57 | 0.22 | 0 | 0.42 | 203.57 | 0.4 | 0.42 |
| Hex | 40 | 73 | 94 | 39 | 16 | 0 | 2A | CC | 28 | 2A |
| Octal | 100 | 163 | 224 | 71 | 26 | 0 | 52 | 314 | 50 | 52 |
| Binary | 1000000 | 1110011 | 10010100 | 111001 | 10110 | 0 | 101010 | 11001100 | 101000 | 101010 |
Color Harmonies of #407394
Complementary color
Monochromatic Colors of #407394
Black with #407394
Text Example
Text Example
White with #407394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407394; }
p { color: rgb(64,115,148); }
H1.HeaderClassName
{
color: #407394;
}
.AnyTagClassName
{
color: #407394;
}
</style>
background-color css
<style>
a { background-color: #407394; }
a { background-color: rgb(64,115,148); }
div.DivClassName
{
background-color: #407394;
}
.BgClassName
{
background-color: #407394;
}
</style>
border-color css
<style>
span { border-color: #407394; }
span { border-color: rgb(64,115,148); }
td.TdClassName
{
border-color: #407394;
}
.TagClassName
{
border-color: #407394;
}
</style>