Shades of Jelly Bean #487388
Tints of Jelly Bean #487388
RGB
CMYK
RGB Variations
Color information
#487388 (or 0x487388) is known color: Jelly Bean. HEX triplet: 48, 73 and 88. RGB value is (72,115,136). Sum of RGB (Red+Green+Blue) = 72+115+136=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #487388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487388 is #B78C77. Grayscale: #686868. Windows color (decimal): -12029048 or 8942408. OLE color: 8942408.
HSL color Cylindrical-coordinate representation of color #487388: hue angle of 199.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487388 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 115 | 136 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.47 |
| HSL | 199.69º | 0.31% | 0.41% | - |
| HSV(B) | 199.69º | 0.47% | 0.53% | - |
| XYZ | 13.25 | 15.42 | 25.57 | - |
| YUV | 104.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 136 | 0.47 | 0.15 | 0 | 0.47 | 199.69 | 0.31 | 0.41 |
| Hex | 48 | 73 | 88 | 2F | F | 0 | 2F | C8 | 1F | 29 |
| Octal | 110 | 163 | 210 | 57 | 17 | 0 | 57 | 310 | 37 | 51 |
| Binary | 1001000 | 1110011 | 10001000 | 101111 | 1111 | 0 | 101111 | 11001000 | 11111 | 101001 |
Color Harmonies of #487388
Complementary color
Monochromatic Colors of #487388
Black with #487388
Text Example
Text Example
White with #487388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487388; }
p { color: rgb(72,115,136); }
H1.HeaderClassName
{
color: #487388;
}
.AnyTagClassName
{
color: #487388;
}
</style>
background-color css
<style>
a { background-color: #487388; }
a { background-color: rgb(72,115,136); }
div.DivClassName
{
background-color: #487388;
}
.BgClassName
{
background-color: #487388;
}
</style>
border-color css
<style>
span { border-color: #487388; }
span { border-color: rgb(72,115,136); }
td.TdClassName
{
border-color: #487388;
}
.TagClassName
{
border-color: #487388;
}
</style>