Shades of Jelly Bean #407393
Tints of Jelly Bean #407393
RGB
CMYK
RGB Variations
Color information
#407393 (or 0x407393) is known color: Jelly Bean. HEX triplet: 40, 73 and 93. RGB value is (64,115,147). Sum of RGB (Red+Green+Blue) = 64+115+147=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #407393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407393 is #BF8C6C. Grayscale: #676767. Windows color (decimal): -12553325 or 9663296. OLE color: 9663296.
HSL color Cylindrical-coordinate representation of color #407393: hue angle of 203.13º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407393 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 115 | 147 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.42 |
| HSL | 203.13º | 0.39% | 0.41% | - |
| HSV(B) | 203.13º | 0.56% | 0.58% | - |
| XYZ | 13.51 | 15.46 | 29.88 | - |
| YUV | 103.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 147 | 0.56 | 0.22 | 0 | 0.42 | 203.13 | 0.39 | 0.41 |
| Hex | 40 | 73 | 93 | 38 | 16 | 0 | 2A | CB | 27 | 29 |
| Octal | 100 | 163 | 223 | 70 | 26 | 0 | 52 | 313 | 47 | 51 |
| Binary | 1000000 | 1110011 | 10010011 | 111000 | 10110 | 0 | 101010 | 11001011 | 100111 | 101001 |
Color Harmonies of #407393
Complementary color
Monochromatic Colors of #407393
Black with #407393
Text Example
Text Example
White with #407393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407393; }
p { color: rgb(64,115,147); }
H1.HeaderClassName
{
color: #407393;
}
.AnyTagClassName
{
color: #407393;
}
</style>
background-color css
<style>
a { background-color: #407393; }
a { background-color: rgb(64,115,147); }
div.DivClassName
{
background-color: #407393;
}
.BgClassName
{
background-color: #407393;
}
</style>
border-color css
<style>
span { border-color: #407393; }
span { border-color: rgb(64,115,147); }
td.TdClassName
{
border-color: #407393;
}
.TagClassName
{
border-color: #407393;
}
</style>