Shades of Jelly Bean #487796
Tints of Jelly Bean #487796
RGB
CMYK
RGB Variations
Color information
#487796 (or 0x487796) is known color: Jelly Bean. HEX triplet: 48, 77 and 96. RGB value is (72,119,150). Sum of RGB (Red+Green+Blue) = 72+119+150=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #487796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487796 is #B78869. Grayscale: #6C6C6C. Windows color (decimal): -12028010 or 9860936. OLE color: 9860936.
HSL color Cylindrical-coordinate representation of color #487796: hue angle of 203.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #487796 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 72 | 119 | 150 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.41 |
| HSL | 203.85º | 0.35% | 0.44% | - |
| HSV(B) | 203.85º | 0.52% | 0.59% | - |
| XYZ | 14.77 | 16.77 | 31.31 | - |
| YUV | 108.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 150 | 0.52 | 0.21 | 0 | 0.41 | 203.85 | 0.35 | 0.44 |
| Hex | 48 | 77 | 96 | 34 | 15 | 0 | 29 | CC | 23 | 2C |
| Octal | 110 | 167 | 226 | 64 | 25 | 0 | 51 | 314 | 43 | 54 |
| Binary | 1001000 | 1110111 | 10010110 | 110100 | 10101 | 0 | 101001 | 11001100 | 100011 | 101100 |
Color Harmonies of #487796
Complementary color
Monochromatic Colors of #487796
Black with #487796
Text Example
Text Example
White with #487796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487796; }
p { color: rgb(72,119,150); }
H1.HeaderClassName
{
color: #487796;
}
.AnyTagClassName
{
color: #487796;
}
</style>
background-color css
<style>
a { background-color: #487796; }
a { background-color: rgb(72,119,150); }
div.DivClassName
{
background-color: #487796;
}
.BgClassName
{
background-color: #487796;
}
</style>
border-color css
<style>
span { border-color: #487796; }
span { border-color: rgb(72,119,150); }
td.TdClassName
{
border-color: #487796;
}
.TagClassName
{
border-color: #487796;
}
</style>