Shades of Jelly Bean #487695
Tints of Jelly Bean #487695
RGB
CMYK
RGB Variations
Color information
#487695 (or 0x487695) is known color: Jelly Bean. HEX triplet: 48, 76 and 95. RGB value is (72,118,149). Sum of RGB (Red+Green+Blue) = 72+118+149=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #487695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487695 is #B7896A. Grayscale: #6B6B6B. Windows color (decimal): -12028267 or 9795144. OLE color: 9795144.
HSL color Cylindrical-coordinate representation of color #487695: hue angle of 204.16º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #487695 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 72 | 118 | 149 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.42 |
| HSL | 204.16º | 0.35% | 0.43% | - |
| HSV(B) | 204.16º | 0.52% | 0.58% | - |
| XYZ | 14.58 | 16.5 | 30.85 | - |
| YUV | 107.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 118 | 149 | 0.52 | 0.21 | 0 | 0.42 | 204.16 | 0.35 | 0.43 |
| Hex | 48 | 76 | 95 | 34 | 15 | 0 | 2A | CC | 23 | 2B |
| Octal | 110 | 166 | 225 | 64 | 25 | 0 | 52 | 314 | 43 | 53 |
| Binary | 1001000 | 1110110 | 10010101 | 110100 | 10101 | 0 | 101010 | 11001100 | 100011 | 101011 |
Color Harmonies of #487695
Complementary color
Monochromatic Colors of #487695
Black with #487695
Text Example
Text Example
White with #487695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487695; }
p { color: rgb(72,118,149); }
H1.HeaderClassName
{
color: #487695;
}
.AnyTagClassName
{
color: #487695;
}
</style>
background-color css
<style>
a { background-color: #487695; }
a { background-color: rgb(72,118,149); }
div.DivClassName
{
background-color: #487695;
}
.BgClassName
{
background-color: #487695;
}
</style>
border-color css
<style>
span { border-color: #487695; }
span { border-color: rgb(72,118,149); }
td.TdClassName
{
border-color: #487695;
}
.TagClassName
{
border-color: #487695;
}
</style>