Shades of Jelly Bean #487F92
Tints of Jelly Bean #487F92
RGB
CMYK
RGB Variations
Color information
#487F92 (or 0x487F92) is known color: Jelly Bean. HEX triplet: 48, 7F and 92. RGB value is (72,127,146). Sum of RGB (Red+Green+Blue) = 72+127+146=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #487F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F92 is #B7806D. Grayscale: #707070. Windows color (decimal): -12025966 or 9600840. OLE color: 9600840.
HSL color Cylindrical-coordinate representation of color #487F92: hue angle of 195.41º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #487F92 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 127 | 146 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.43 |
| HSL | 195.41º | 0.34% | 0.43% | - |
| HSV(B) | 195.41º | 0.51% | 0.57% | - |
| XYZ | 15.45 | 18.63 | 29.98 | - |
| YUV | 112.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 146 | 0.51 | 0.13 | 0 | 0.43 | 195.41 | 0.34 | 0.43 |
| Hex | 48 | 7F | 92 | 33 | D | 0 | 2B | C3 | 22 | 2B |
| Octal | 110 | 177 | 222 | 63 | 15 | 0 | 53 | 303 | 42 | 53 |
| Binary | 1001000 | 1111111 | 10010010 | 110011 | 1101 | 0 | 101011 | 11000011 | 100010 | 101011 |
Color Harmonies of #487F92
Complementary color
Monochromatic Colors of #487F92
Black with #487F92
Text Example
Text Example
White with #487F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487F92; }
p { color: rgb(72,127,146); }
H1.HeaderClassName
{
color: #487F92;
}
.AnyTagClassName
{
color: #487F92;
}
</style>
background-color css
<style>
a { background-color: #487F92; }
a { background-color: rgb(72,127,146); }
div.DivClassName
{
background-color: #487F92;
}
.BgClassName
{
background-color: #487F92;
}
</style>
border-color css
<style>
span { border-color: #487F92; }
span { border-color: rgb(72,127,146); }
td.TdClassName
{
border-color: #487F92;
}
.TagClassName
{
border-color: #487F92;
}
</style>