Shades of Jelly Bean #487A90
Tints of Jelly Bean #487A90
RGB
CMYK
RGB Variations
Color information
#487A90 (or 0x487A90) is known color: Jelly Bean. HEX triplet: 48, 7A and 90. RGB value is (72,122,144). Sum of RGB (Red+Green+Blue) = 72+122+144=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #487A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487A90 is #B7856F. Grayscale: #6D6D6D. Windows color (decimal): -12027248 or 9468488. OLE color: 9468488.
HSL color Cylindrical-coordinate representation of color #487A90: hue angle of 198.33º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #487A90 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 122 | 144 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.44 |
| HSL | 198.33º | 0.33% | 0.42% | - |
| HSV(B) | 198.33º | 0.5% | 0.56% | - |
| XYZ | 14.67 | 17.31 | 28.95 | - |
| YUV | 109.56 | 147.44 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 144 | 0.50 | 0.15 | 0 | 0.44 | 198.33 | 0.33 | 0.42 |
| Hex | 48 | 7A | 90 | 32 | F | 0 | 2C | C6 | 21 | 2A |
| Octal | 110 | 172 | 220 | 62 | 17 | 0 | 54 | 306 | 41 | 52 |
| Binary | 1001000 | 1111010 | 10010000 | 110010 | 1111 | 0 | 101100 | 11000110 | 100001 | 101010 |
Color Harmonies of #487A90
Complementary color
Monochromatic Colors of #487A90
Black with #487A90
Text Example
Text Example
White with #487A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A90; }
p { color: rgb(72,122,144); }
H1.HeaderClassName
{
color: #487A90;
}
.AnyTagClassName
{
color: #487A90;
}
</style>
background-color css
<style>
a { background-color: #487A90; }
a { background-color: rgb(72,122,144); }
div.DivClassName
{
background-color: #487A90;
}
.BgClassName
{
background-color: #487A90;
}
</style>
border-color css
<style>
span { border-color: #487A90; }
span { border-color: rgb(72,122,144); }
td.TdClassName
{
border-color: #487A90;
}
.TagClassName
{
border-color: #487A90;
}
</style>