Shades of Jelly Bean #487B9C
Tints of Jelly Bean #487B9C
RGB
CMYK
RGB Variations
Color information
#487B9C (or 0x487B9C) is known color: Jelly Bean. HEX triplet: 48, 7B and 9C. RGB value is (72,123,156). Sum of RGB (Red+Green+Blue) = 72+123+156=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #487B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487B9C is #B78463. Grayscale: #6F6F6F. Windows color (decimal): -12026980 or 10255176. OLE color: 10255176.
HSL color Cylindrical-coordinate representation of color #487B9C: hue angle of 203.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #487B9C is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 123 | 156 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.39 |
| HSL | 203.57º | 0.37% | 0.45% | - |
| HSV(B) | 203.57º | 0.54% | 0.61% | - |
| XYZ | 15.76 | 17.94 | 34.09 | - |
| YUV | 111.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 156 | 0.54 | 0.21 | 0 | 0.39 | 203.57 | 0.37 | 0.45 |
| Hex | 48 | 7B | 9C | 36 | 15 | 0 | 27 | CC | 25 | 2D |
| Octal | 110 | 173 | 234 | 66 | 25 | 0 | 47 | 314 | 45 | 55 |
| Binary | 1001000 | 1111011 | 10011100 | 110110 | 10101 | 0 | 100111 | 11001100 | 100101 | 101101 |
Color Harmonies of #487B9C
Complementary color
Monochromatic Colors of #487B9C
Black with #487B9C
Text Example
Text Example
White with #487B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B9C; }
p { color: rgb(72,123,156); }
H1.HeaderClassName
{
color: #487B9C;
}
.AnyTagClassName
{
color: #487B9C;
}
</style>
background-color css
<style>
a { background-color: #487B9C; }
a { background-color: rgb(72,123,156); }
div.DivClassName
{
background-color: #487B9C;
}
.BgClassName
{
background-color: #487B9C;
}
</style>
border-color css
<style>
span { border-color: #487B9C; }
span { border-color: rgb(72,123,156); }
td.TdClassName
{
border-color: #487B9C;
}
.TagClassName
{
border-color: #487B9C;
}
</style>