Shades of Jelly Bean #487390
Tints of Jelly Bean #487390
RGB
CMYK
RGB Variations
Color information
#487390 (or 0x487390) is known color: Jelly Bean. HEX triplet: 48, 73 and 90. RGB value is (72,115,144). Sum of RGB (Red+Green+Blue) = 72+115+144=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #487390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487390 is #B78C6F. Grayscale: #696969. Windows color (decimal): -12029040 or 9466696. OLE color: 9466696.
HSL color Cylindrical-coordinate representation of color #487390: hue angle of 204.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487390 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 115 | 144 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.44 |
| HSL | 204.17º | 0.33% | 0.42% | - |
| HSV(B) | 204.17º | 0.5% | 0.56% | - |
| XYZ | 13.84 | 15.65 | 28.68 | - |
| YUV | 105.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 144 | 0.50 | 0.20 | 0 | 0.44 | 204.17 | 0.33 | 0.42 |
| Hex | 48 | 73 | 90 | 32 | 14 | 0 | 2C | CC | 21 | 2A |
| Octal | 110 | 163 | 220 | 62 | 24 | 0 | 54 | 314 | 41 | 52 |
| Binary | 1001000 | 1110011 | 10010000 | 110010 | 10100 | 0 | 101100 | 11001100 | 100001 | 101010 |
Color Harmonies of #487390
Complementary color
Monochromatic Colors of #487390
Black with #487390
Text Example
Text Example
White with #487390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487390; }
p { color: rgb(72,115,144); }
H1.HeaderClassName
{
color: #487390;
}
.AnyTagClassName
{
color: #487390;
}
</style>
background-color css
<style>
a { background-color: #487390; }
a { background-color: rgb(72,115,144); }
div.DivClassName
{
background-color: #487390;
}
.BgClassName
{
background-color: #487390;
}
</style>
border-color css
<style>
span { border-color: #487390; }
span { border-color: rgb(72,115,144); }
td.TdClassName
{
border-color: #487390;
}
.TagClassName
{
border-color: #487390;
}
</style>