Shades of Como #488663
Tints of Como #488663
RGB
CMYK
RGB Variations
Color information
#488663 (or 0x488663) is known color: Como. HEX triplet: 48, 86 and 63. RGB value is (72,134,99). Sum of RGB (Red+Green+Blue) = 72+134+99=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #488663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488663 is #B7799C. Grayscale: #6F6F6F. Windows color (decimal): -12024221 or 6522440. OLE color: 6522440.
HSL color Cylindrical-coordinate representation of color #488663: hue angle of 146.13º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488663 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 134 | 99 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.47 |
| HSL | 146.13º | 0.3% | 0.4% | - |
| HSV(B) | 146.13º | 0.46% | 0.53% | - |
| XYZ | 13.45 | 19.33 | 14.83 | - |
| YUV | 111.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 99 | 0.46 | 0 | 0.26 | 0.47 | 146.13 | 0.3 | 0.4 |
| Hex | 48 | 86 | 63 | 2E | 0 | 1A | 2F | 92 | 1E | 28 |
| Octal | 110 | 206 | 143 | 56 | 0 | 32 | 57 | 222 | 36 | 50 |
| Binary | 1001000 | 10000110 | 1100011 | 101110 | 0 | 11010 | 101111 | 10010010 | 11110 | 101000 |
Color Harmonies of #488663
Complementary color
Monochromatic Colors of #488663
Black with #488663
Text Example
Text Example
White with #488663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488663; }
p { color: rgb(72,134,99); }
H1.HeaderClassName
{
color: #488663;
}
.AnyTagClassName
{
color: #488663;
}
</style>
background-color css
<style>
a { background-color: #488663; }
a { background-color: rgb(72,134,99); }
div.DivClassName
{
background-color: #488663;
}
.BgClassName
{
background-color: #488663;
}
</style>
border-color css
<style>
span { border-color: #488663; }
span { border-color: rgb(72,134,99); }
td.TdClassName
{
border-color: #488663;
}
.TagClassName
{
border-color: #488663;
}
</style>