Shades of Jelly Bean #487793
Tints of Jelly Bean #487793
RGB
CMYK
RGB Variations
Color information
#487793 (or 0x487793) is known color: Jelly Bean. HEX triplet: 48, 77 and 93. RGB value is (72,119,147). Sum of RGB (Red+Green+Blue) = 72+119+147=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #487793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487793 is #B7886C. Grayscale: #6B6B6B. Windows color (decimal): -12028013 or 9664328. OLE color: 9664328.
HSL color Cylindrical-coordinate representation of color #487793: hue angle of 202.4º 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 #487793 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 119 | 147 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.42 |
| HSL | 202.4º | 0.34% | 0.43% | - |
| HSV(B) | 202.4º | 0.51% | 0.58% | - |
| XYZ | 14.54 | 16.68 | 30.06 | - |
| YUV | 108.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 119 | 147 | 0.51 | 0.19 | 0 | 0.42 | 202.4 | 0.34 | 0.43 |
| Hex | 48 | 77 | 93 | 33 | 13 | 0 | 2A | CA | 22 | 2B |
| Octal | 110 | 167 | 223 | 63 | 23 | 0 | 52 | 312 | 42 | 53 |
| Binary | 1001000 | 1110111 | 10010011 | 110011 | 10011 | 0 | 101010 | 11001010 | 100010 | 101011 |
Color Harmonies of #487793
Complementary color
Monochromatic Colors of #487793
Black with #487793
Text Example
Text Example
White with #487793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487793; }
p { color: rgb(72,119,147); }
H1.HeaderClassName
{
color: #487793;
}
.AnyTagClassName
{
color: #487793;
}
</style>
background-color css
<style>
a { background-color: #487793; }
a { background-color: rgb(72,119,147); }
div.DivClassName
{
background-color: #487793;
}
.BgClassName
{
background-color: #487793;
}
</style>
border-color css
<style>
span { border-color: #487793; }
span { border-color: rgb(72,119,147); }
td.TdClassName
{
border-color: #487793;
}
.TagClassName
{
border-color: #487793;
}
</style>