Shades of Jelly Bean #487494
Tints of Jelly Bean #487494
RGB
CMYK
RGB Variations
Color information
#487494 (or 0x487494) is known color: Jelly Bean. HEX triplet: 48, 74 and 94. RGB value is (72,116,148). Sum of RGB (Red+Green+Blue) = 72+116+148=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #487494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487494 is #B78B6B. Grayscale: #6A6A6A. Windows color (decimal): -12028780 or 9729096. OLE color: 9729096.
HSL color Cylindrical-coordinate representation of color #487494: hue angle of 205.26º degrees, saturation: 0.35, 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 #487494 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 116 | 148 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.42 |
| HSL | 205.26º | 0.35% | 0.43% | - |
| HSV(B) | 205.26º | 0.51% | 0.58% | - |
| XYZ | 14.26 | 16.01 | 30.35 | - |
| YUV | 106.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 148 | 0.51 | 0.22 | 0 | 0.42 | 205.26 | 0.35 | 0.43 |
| Hex | 48 | 74 | 94 | 33 | 16 | 0 | 2A | CD | 23 | 2B |
| Octal | 110 | 164 | 224 | 63 | 26 | 0 | 52 | 315 | 43 | 53 |
| Binary | 1001000 | 1110100 | 10010100 | 110011 | 10110 | 0 | 101010 | 11001101 | 100011 | 101011 |
Color Harmonies of #487494
Complementary color
Monochromatic Colors of #487494
Black with #487494
Text Example
Text Example
White with #487494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487494; }
p { color: rgb(72,116,148); }
H1.HeaderClassName
{
color: #487494;
}
.AnyTagClassName
{
color: #487494;
}
</style>
background-color css
<style>
a { background-color: #487494; }
a { background-color: rgb(72,116,148); }
div.DivClassName
{
background-color: #487494;
}
.BgClassName
{
background-color: #487494;
}
</style>
border-color css
<style>
span { border-color: #487494; }
span { border-color: rgb(72,116,148); }
td.TdClassName
{
border-color: #487494;
}
.TagClassName
{
border-color: #487494;
}
</style>