Shades of Jelly Bean #487993
Tints of Jelly Bean #487993
RGB
CMYK
RGB Variations
Color information
#487993 (or 0x487993) is known color: Jelly Bean. HEX triplet: 48, 79 and 93. RGB value is (72,121,147). Sum of RGB (Red+Green+Blue) = 72+121+147=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #487993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487993 is #B7866C. Grayscale: #6D6D6D. Windows color (decimal): -12027501 or 9664840. OLE color: 9664840.
HSL color Cylindrical-coordinate representation of color #487993: hue angle of 200.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #487993 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 121 | 147 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.42 |
| HSL | 200.8º | 0.34% | 0.43% | - |
| HSV(B) | 200.8º | 0.51% | 0.58% | - |
| XYZ | 14.78 | 17.16 | 30.14 | - |
| YUV | 109.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 147 | 0.51 | 0.18 | 0 | 0.42 | 200.8 | 0.34 | 0.43 |
| Hex | 48 | 79 | 93 | 33 | 12 | 0 | 2A | C9 | 22 | 2B |
| Octal | 110 | 171 | 223 | 63 | 22 | 0 | 52 | 311 | 42 | 53 |
| Binary | 1001000 | 1111001 | 10010011 | 110011 | 10010 | 0 | 101010 | 11001001 | 100010 | 101011 |
Color Harmonies of #487993
Complementary color
Monochromatic Colors of #487993
Black with #487993
Text Example
Text Example
White with #487993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487993; }
p { color: rgb(72,121,147); }
H1.HeaderClassName
{
color: #487993;
}
.AnyTagClassName
{
color: #487993;
}
</style>
background-color css
<style>
a { background-color: #487993; }
a { background-color: rgb(72,121,147); }
div.DivClassName
{
background-color: #487993;
}
.BgClassName
{
background-color: #487993;
}
</style>
border-color css
<style>
span { border-color: #487993; }
span { border-color: rgb(72,121,147); }
td.TdClassName
{
border-color: #487993;
}
.TagClassName
{
border-color: #487993;
}
</style>