Shades of Jelly Bean #487B9A
Tints of Jelly Bean #487B9A
RGB
CMYK
RGB Variations
Color information
#487B9A (or 0x487B9A) is known color: Jelly Bean. HEX triplet: 48, 7B and 9A. RGB value is (72,123,154). Sum of RGB (Red+Green+Blue) = 72+123+154=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #487B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487B9A is #B78465. Grayscale: #6F6F6F. Windows color (decimal): -12026982 or 10124104. OLE color: 10124104.
HSL color Cylindrical-coordinate representation of color #487B9A: hue angle of 202.68º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #487B9A is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 123 | 154 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.40 |
| HSL | 202.68º | 0.36% | 0.44% | - |
| HSV(B) | 202.68º | 0.53% | 0.6% | - |
| XYZ | 15.59 | 17.88 | 33.2 | - |
| YUV | 111.29 | 152.1 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 154 | 0.53 | 0.20 | 0 | 0.40 | 202.68 | 0.36 | 0.44 |
| Hex | 48 | 7B | 9A | 35 | 14 | 0 | 28 | CB | 24 | 2C |
| Octal | 110 | 173 | 232 | 65 | 24 | 0 | 50 | 313 | 44 | 54 |
| Binary | 1001000 | 1111011 | 10011010 | 110101 | 10100 | 0 | 101000 | 11001011 | 100100 | 101100 |
Color Harmonies of #487B9A
Complementary color
Monochromatic Colors of #487B9A
Black with #487B9A
Text Example
Text Example
White with #487B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B9A; }
p { color: rgb(72,123,154); }
H1.HeaderClassName
{
color: #487B9A;
}
.AnyTagClassName
{
color: #487B9A;
}
</style>
background-color css
<style>
a { background-color: #487B9A; }
a { background-color: rgb(72,123,154); }
div.DivClassName
{
background-color: #487B9A;
}
.BgClassName
{
background-color: #487B9A;
}
</style>
border-color css
<style>
span { border-color: #487B9A; }
span { border-color: rgb(72,123,154); }
td.TdClassName
{
border-color: #487B9A;
}
.TagClassName
{
border-color: #487B9A;
}
</style>