Shades of Como #488463
Tints of Como #488463
RGB
CMYK
RGB Variations
Color information
#488463 (or 0x488463) is known color: Como. HEX triplet: 48, 84 and 63. RGB value is (72,132,99). Sum of RGB (Red+Green+Blue) = 72+132+99=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #488463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488463 is #B77B9C. Grayscale: #6E6E6E. Windows color (decimal): -12024733 or 6521928. OLE color: 6521928.
HSL color Cylindrical-coordinate representation of color #488463: hue angle of 147º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488463 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 99 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.48 |
| HSL | 147º | 0.29% | 0.4% | - |
| HSV(B) | 147º | 0.45% | 0.52% | - |
| XYZ | 13.18 | 18.78 | 14.74 | - |
| YUV | 110.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 99 | 0.45 | 0 | 0.25 | 0.48 | 147 | 0.29 | 0.4 |
| Hex | 48 | 84 | 63 | 2D | 0 | 19 | 30 | 93 | 1D | 28 |
| Octal | 110 | 204 | 143 | 55 | 0 | 31 | 60 | 223 | 35 | 50 |
| Binary | 1001000 | 10000100 | 1100011 | 101101 | 0 | 11001 | 110000 | 10010011 | 11101 | 101000 |
Color Harmonies of #488463
Complementary color
Monochromatic Colors of #488463
Black with #488463
Text Example
Text Example
White with #488463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488463; }
p { color: rgb(72,132,99); }
H1.HeaderClassName
{
color: #488463;
}
.AnyTagClassName
{
color: #488463;
}
</style>
background-color css
<style>
a { background-color: #488463; }
a { background-color: rgb(72,132,99); }
div.DivClassName
{
background-color: #488463;
}
.BgClassName
{
background-color: #488463;
}
</style>
border-color css
<style>
span { border-color: #488463; }
span { border-color: rgb(72,132,99); }
td.TdClassName
{
border-color: #488463;
}
.TagClassName
{
border-color: #488463;
}
</style>