Shades of Jelly Bean #487593
Tints of Jelly Bean #487593
RGB
CMYK
RGB Variations
Color information
#487593 (or 0x487593) is known color: Jelly Bean. HEX triplet: 48, 75 and 93. RGB value is (72,117,147). Sum of RGB (Red+Green+Blue) = 72+117+147=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #487593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487593 is #B78A6C. Grayscale: #6A6A6A. Windows color (decimal): -12028525 or 9663816. OLE color: 9663816.
HSL color Cylindrical-coordinate representation of color #487593: hue angle of 204º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #487593 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 117 | 147 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.42 |
| HSL | 204º | 0.34% | 0.43% | - |
| HSV(B) | 204º | 0.51% | 0.58% | - |
| XYZ | 14.3 | 16.21 | 29.98 | - |
| YUV | 106.97 | 150.59 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 147 | 0.51 | 0.20 | 0 | 0.42 | 204 | 0.34 | 0.43 |
| Hex | 48 | 75 | 93 | 33 | 14 | 0 | 2A | CC | 22 | 2B |
| Octal | 110 | 165 | 223 | 63 | 24 | 0 | 52 | 314 | 42 | 53 |
| Binary | 1001000 | 1110101 | 10010011 | 110011 | 10100 | 0 | 101010 | 11001100 | 100010 | 101011 |
Color Harmonies of #487593
Complementary color
Monochromatic Colors of #487593
Black with #487593
Text Example
Text Example
White with #487593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487593; }
p { color: rgb(72,117,147); }
H1.HeaderClassName
{
color: #487593;
}
.AnyTagClassName
{
color: #487593;
}
</style>
background-color css
<style>
a { background-color: #487593; }
a { background-color: rgb(72,117,147); }
div.DivClassName
{
background-color: #487593;
}
.BgClassName
{
background-color: #487593;
}
</style>
border-color css
<style>
span { border-color: #487593; }
span { border-color: rgb(72,117,147); }
td.TdClassName
{
border-color: #487593;
}
.TagClassName
{
border-color: #487593;
}
</style>