Shades of Jelly Bean #407C93
Tints of Jelly Bean #407C93
RGB
CMYK
RGB Variations
Color information
#407C93 (or 0x407C93) is known color: Jelly Bean. HEX triplet: 40, 7C and 93. RGB value is (64,124,147). Sum of RGB (Red+Green+Blue) = 64+124+147=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #407C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407C93 is #BF836C. Grayscale: #6C6C6C. Windows color (decimal): -12551021 or 9665600. OLE color: 9665600.
HSL color Cylindrical-coordinate representation of color #407C93: hue angle of 196.63º 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 #407C93 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 124 | 147 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.42 |
| HSL | 196.63º | 0.39% | 0.41% | - |
| HSV(B) | 196.63º | 0.56% | 0.58% | - |
| XYZ | 14.59 | 17.61 | 30.23 | - |
| YUV | 108.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 147 | 0.56 | 0.16 | 0 | 0.42 | 196.63 | 0.39 | 0.41 |
| Hex | 40 | 7C | 93 | 38 | 10 | 0 | 2A | C5 | 27 | 29 |
| Octal | 100 | 174 | 223 | 70 | 20 | 0 | 52 | 305 | 47 | 51 |
| Binary | 1000000 | 1111100 | 10010011 | 111000 | 10000 | 0 | 101010 | 11000101 | 100111 | 101001 |
Color Harmonies of #407C93
Complementary color
Monochromatic Colors of #407C93
Black with #407C93
Text Example
Text Example
White with #407C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C93; }
p { color: rgb(64,124,147); }
H1.HeaderClassName
{
color: #407C93;
}
.AnyTagClassName
{
color: #407C93;
}
</style>
background-color css
<style>
a { background-color: #407C93; }
a { background-color: rgb(64,124,147); }
div.DivClassName
{
background-color: #407C93;
}
.BgClassName
{
background-color: #407C93;
}
</style>
border-color css
<style>
span { border-color: #407C93; }
span { border-color: rgb(64,124,147); }
td.TdClassName
{
border-color: #407C93;
}
.TagClassName
{
border-color: #407C93;
}
</style>