Shades of Jelly Bean #487A8A
Tints of Jelly Bean #487A8A
RGB
CMYK
RGB Variations
Color information
#487A8A (or 0x487A8A) is known color: Jelly Bean. HEX triplet: 48, 7A and 8A. RGB value is (72,122,138). Sum of RGB (Red+Green+Blue) = 72+122+138=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #487A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487A8A is #B78575. Grayscale: #6C6C6C. Windows color (decimal): -12027254 or 9075272. OLE color: 9075272.
HSL color Cylindrical-coordinate representation of color #487A8A: hue angle of 194.55º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #487A8A is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 122 | 138 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.46 |
| HSL | 194.55º | 0.31% | 0.41% | - |
| HSV(B) | 194.55º | 0.48% | 0.54% | - |
| XYZ | 14.22 | 17.13 | 26.6 | - |
| YUV | 108.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 138 | 0.48 | 0.12 | 0 | 0.46 | 194.55 | 0.31 | 0.41 |
| Hex | 48 | 7A | 8A | 30 | C | 0 | 2E | C3 | 1F | 29 |
| Octal | 110 | 172 | 212 | 60 | 14 | 0 | 56 | 303 | 37 | 51 |
| Binary | 1001000 | 1111010 | 10001010 | 110000 | 1100 | 0 | 101110 | 11000011 | 11111 | 101001 |
Color Harmonies of #487A8A
Complementary color
Monochromatic Colors of #487A8A
Black with #487A8A
Text Example
Text Example
White with #487A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A8A; }
p { color: rgb(72,122,138); }
H1.HeaderClassName
{
color: #487A8A;
}
.AnyTagClassName
{
color: #487A8A;
}
</style>
background-color css
<style>
a { background-color: #487A8A; }
a { background-color: rgb(72,122,138); }
div.DivClassName
{
background-color: #487A8A;
}
.BgClassName
{
background-color: #487A8A;
}
</style>
border-color css
<style>
span { border-color: #487A8A; }
span { border-color: rgb(72,122,138); }
td.TdClassName
{
border-color: #487A8A;
}
.TagClassName
{
border-color: #487A8A;
}
</style>