Shades of Jelly Bean #487C9C
Tints of Jelly Bean #487C9C
RGB
CMYK
RGB Variations
Color information
#487C9C (or 0x487C9C) is known color: Jelly Bean. HEX triplet: 48, 7C and 9C. RGB value is (72,124,156). Sum of RGB (Red+Green+Blue) = 72+124+156=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #487C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487C9C is #B78363. Grayscale: #6F6F6F. Windows color (decimal): -12026724 or 10255432. OLE color: 10255432.
HSL color Cylindrical-coordinate representation of color #487C9C: hue angle of 202.86º 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 #487C9C is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 124 | 156 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.39 |
| HSL | 202.86º | 0.37% | 0.45% | - |
| HSV(B) | 202.86º | 0.54% | 0.61% | - |
| XYZ | 15.88 | 18.19 | 34.13 | - |
| YUV | 112.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 156 | 0.54 | 0.21 | 0 | 0.39 | 202.86 | 0.37 | 0.45 |
| Hex | 48 | 7C | 9C | 36 | 15 | 0 | 27 | CB | 25 | 2D |
| Octal | 110 | 174 | 234 | 66 | 25 | 0 | 47 | 313 | 45 | 55 |
| Binary | 1001000 | 1111100 | 10011100 | 110110 | 10101 | 0 | 100111 | 11001011 | 100101 | 101101 |
Color Harmonies of #487C9C
Complementary color
Monochromatic Colors of #487C9C
Black with #487C9C
Text Example
Text Example
White with #487C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C9C; }
p { color: rgb(72,124,156); }
H1.HeaderClassName
{
color: #487C9C;
}
.AnyTagClassName
{
color: #487C9C;
}
</style>
background-color css
<style>
a { background-color: #487C9C; }
a { background-color: rgb(72,124,156); }
div.DivClassName
{
background-color: #487C9C;
}
.BgClassName
{
background-color: #487C9C;
}
</style>
border-color css
<style>
span { border-color: #487C9C; }
span { border-color: rgb(72,124,156); }
td.TdClassName
{
border-color: #487C9C;
}
.TagClassName
{
border-color: #487C9C;
}
</style>