Shades of Jelly Bean #487683
Tints of Jelly Bean #487683
RGB
CMYK
RGB Variations
Color information
#487683 (or 0x487683) is known color: Jelly Bean. HEX triplet: 48, 76 and 83. RGB value is (72,118,131). Sum of RGB (Red+Green+Blue) = 72+118+131=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 131 - color contains mainly: blue. Hex color #487683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487683 is #B7897C. Grayscale: #696969. Windows color (decimal): -12028285 or 8615496. OLE color: 8615496.
HSL color Cylindrical-coordinate representation of color #487683: hue angle of 193.22º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487683 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 118 | 131 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.49 |
| HSL | 193.22º | 0.29% | 0.4% | - |
| HSV(B) | 193.22º | 0.45% | 0.51% | - |
| XYZ | 13.25 | 15.97 | 23.86 | - |
| YUV | 105.73 | 142.26 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 131 | 0.45 | 0.10 | 0 | 0.49 | 193.22 | 0.29 | 0.4 |
| Hex | 48 | 76 | 83 | 2D | A | 0 | 31 | C1 | 1D | 28 |
| Octal | 110 | 166 | 203 | 55 | 12 | 0 | 61 | 301 | 35 | 50 |
| Binary | 1001000 | 1110110 | 10000011 | 101101 | 1010 | 0 | 110001 | 11000001 | 11101 | 101000 |
Color Harmonies of #487683
Complementary color
Monochromatic Colors of #487683
Black with #487683
Text Example
Text Example
White with #487683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487683; }
p { color: rgb(72,118,131); }
H1.HeaderClassName
{
color: #487683;
}
.AnyTagClassName
{
color: #487683;
}
</style>
background-color css
<style>
a { background-color: #487683; }
a { background-color: rgb(72,118,131); }
div.DivClassName
{
background-color: #487683;
}
.BgClassName
{
background-color: #487683;
}
</style>
border-color css
<style>
span { border-color: #487683; }
span { border-color: rgb(72,118,131); }
td.TdClassName
{
border-color: #487683;
}
.TagClassName
{
border-color: #487683;
}
</style>