Shades of Jelly Bean #488191
Tints of Jelly Bean #488191
RGB
CMYK
RGB Variations
Color information
#488191 (or 0x488191) is known color: Jelly Bean. HEX triplet: 48, 81 and 91. RGB value is (72,129,145). Sum of RGB (Red+Green+Blue) = 72+129+145=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #488191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488191 is #B77E6E. Grayscale: #717171. Windows color (decimal): -12025455 or 9535816. OLE color: 9535816.
HSL color Cylindrical-coordinate representation of color #488191: hue angle of 193.15º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488191 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 129 | 145 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.43 |
| HSL | 193.15º | 0.34% | 0.43% | - |
| HSV(B) | 193.15º | 0.5% | 0.57% | - |
| XYZ | 15.63 | 19.12 | 29.66 | - |
| YUV | 113.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 145 | 0.50 | 0.11 | 0 | 0.43 | 193.15 | 0.34 | 0.43 |
| Hex | 48 | 81 | 91 | 32 | B | 0 | 2B | C1 | 22 | 2B |
| Octal | 110 | 201 | 221 | 62 | 13 | 0 | 53 | 301 | 42 | 53 |
| Binary | 1001000 | 10000001 | 10010001 | 110010 | 1011 | 0 | 101011 | 11000001 | 100010 | 101011 |
Color Harmonies of #488191
Complementary color
Monochromatic Colors of #488191
Black with #488191
Text Example
Text Example
White with #488191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488191; }
p { color: rgb(72,129,145); }
H1.HeaderClassName
{
color: #488191;
}
.AnyTagClassName
{
color: #488191;
}
</style>
background-color css
<style>
a { background-color: #488191; }
a { background-color: rgb(72,129,145); }
div.DivClassName
{
background-color: #488191;
}
.BgClassName
{
background-color: #488191;
}
</style>
border-color css
<style>
span { border-color: #488191; }
span { border-color: rgb(72,129,145); }
td.TdClassName
{
border-color: #488191;
}
.TagClassName
{
border-color: #488191;
}
</style>