Shades of Jelly Bean #487C9B
Tints of Jelly Bean #487C9B
RGB
CMYK
RGB Variations
Color information
#487C9B (or 0x487C9B) is known color: Jelly Bean. HEX triplet: 48, 7C and 9B. RGB value is (72,124,155). Sum of RGB (Red+Green+Blue) = 72+124+155=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #487C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487C9B is #B78364. Grayscale: #6F6F6F. Windows color (decimal): -12026725 or 10189896. OLE color: 10189896.
HSL color Cylindrical-coordinate representation of color #487C9B: hue angle of 202.41º 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 #487C9B is Cyan = 0.54, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 124 | 155 | - |
| CMYK | 0.54 | 0.2 | 0 | 0.39 |
| HSL | 202.41º | 0.37% | 0.45% | - |
| HSV(B) | 202.41º | 0.54% | 0.61% | - |
| XYZ | 15.8 | 18.16 | 33.68 | - |
| YUV | 111.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 155 | 0.54 | 0.2 | 0 | 0.39 | 202.41 | 0.37 | 0.45 |
| Hex | 48 | 7C | 9B | 36 | 14 | 0 | 27 | CA | 25 | 2D |
| Octal | 110 | 174 | 233 | 66 | 24 | 0 | 47 | 312 | 45 | 55 |
| Binary | 1001000 | 1111100 | 10011011 | 110110 | 10100 | 0 | 100111 | 11001010 | 100101 | 101101 |
Color Harmonies of #487C9B
Complementary color
Monochromatic Colors of #487C9B
Black with #487C9B
Text Example
Text Example
White with #487C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C9B; }
p { color: rgb(72,124,155); }
H1.HeaderClassName
{
color: #487C9B;
}
.AnyTagClassName
{
color: #487C9B;
}
</style>
background-color css
<style>
a { background-color: #487C9B; }
a { background-color: rgb(72,124,155); }
div.DivClassName
{
background-color: #487C9B;
}
.BgClassName
{
background-color: #487C9B;
}
</style>
border-color css
<style>
span { border-color: #487C9B; }
span { border-color: rgb(72,124,155); }
td.TdClassName
{
border-color: #487C9B;
}
.TagClassName
{
border-color: #487C9B;
}
</style>