Shades of Como #488A5E
Tints of Como #488A5E
RGB
CMYK
RGB Variations
Color information
#488A5E (or 0x488A5E) is known color: Como. HEX triplet: 48, 8A and 5E. RGB value is (72,138,94). Sum of RGB (Red+Green+Blue) = 72+138+94=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #488A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A5E is #B775A1. Grayscale: #717171. Windows color (decimal): -12023202 or 6195784. OLE color: 6195784.
HSL color Cylindrical-coordinate representation of color #488A5E: hue angle of 140º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A5E is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 94 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.46 |
| HSL | 140º | 0.31% | 0.41% | - |
| HSV(B) | 140º | 0.48% | 0.54% | - |
| XYZ | 13.78 | 20.36 | 13.79 | - |
| YUV | 113.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 94 | 0.48 | 0 | 0.32 | 0.46 | 140 | 0.31 | 0.41 |
| Hex | 48 | 8A | 5E | 30 | 0 | 20 | 2E | 8C | 1F | 29 |
| Octal | 110 | 212 | 136 | 60 | 0 | 40 | 56 | 214 | 37 | 51 |
| Binary | 1001000 | 10001010 | 1011110 | 110000 | 0 | 100000 | 101110 | 10001100 | 11111 | 101001 |
Color Harmonies of #488A5E
Complementary color
Monochromatic Colors of #488A5E
Black with #488A5E
Text Example
Text Example
White with #488A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A5E; }
p { color: rgb(72,138,94); }
H1.HeaderClassName
{
color: #488A5E;
}
.AnyTagClassName
{
color: #488A5E;
}
</style>
background-color css
<style>
a { background-color: #488A5E; }
a { background-color: rgb(72,138,94); }
div.DivClassName
{
background-color: #488A5E;
}
.BgClassName
{
background-color: #488A5E;
}
</style>
border-color css
<style>
span { border-color: #488A5E; }
span { border-color: rgb(72,138,94); }
td.TdClassName
{
border-color: #488A5E;
}
.TagClassName
{
border-color: #488A5E;
}
</style>