Shades of Jelly Bean #427393
Tints of Jelly Bean #427393
RGB
CMYK
RGB Variations
Color information
#427393 (or 0x427393) is known color: Jelly Bean. HEX triplet: 42, 73 and 93. RGB value is (66,115,147). Sum of RGB (Red+Green+Blue) = 66+115+147=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #427393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427393 is #BD8C6C. Grayscale: #676767. Windows color (decimal): -12422253 or 9663298. OLE color: 9663298.
HSL color Cylindrical-coordinate representation of color #427393: hue angle of 203.7º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #427393 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 115 | 147 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.42 |
| HSL | 203.7º | 0.38% | 0.42% | - |
| HSV(B) | 203.7º | 0.55% | 0.58% | - |
| XYZ | 13.64 | 15.53 | 29.88 | - |
| YUV | 104 | 152.27 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 147 | 0.55 | 0.22 | 0 | 0.42 | 203.7 | 0.38 | 0.42 |
| Hex | 42 | 73 | 93 | 37 | 16 | 0 | 2A | CC | 26 | 2A |
| Octal | 102 | 163 | 223 | 67 | 26 | 0 | 52 | 314 | 46 | 52 |
| Binary | 1000010 | 1110011 | 10010011 | 110111 | 10110 | 0 | 101010 | 11001100 | 100110 | 101010 |
Color Harmonies of #427393
Complementary color
Monochromatic Colors of #427393
Black with #427393
Text Example
Text Example
White with #427393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427393; }
p { color: rgb(66,115,147); }
H1.HeaderClassName
{
color: #427393;
}
.AnyTagClassName
{
color: #427393;
}
</style>
background-color css
<style>
a { background-color: #427393; }
a { background-color: rgb(66,115,147); }
div.DivClassName
{
background-color: #427393;
}
.BgClassName
{
background-color: #427393;
}
</style>
border-color css
<style>
span { border-color: #427393; }
span { border-color: rgb(66,115,147); }
td.TdClassName
{
border-color: #427393;
}
.TagClassName
{
border-color: #427393;
}
</style>