Shades of Como #486F54
Tints of Como #486F54
RGB
CMYK
RGB Variations
Color information
#486F54 (or 0x486F54) is known color: Como. HEX triplet: 48, 6F and 54. RGB value is (72,111,84). Sum of RGB (Red+Green+Blue) = 72+111+84=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #486F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F54 is #B790AB. Grayscale: #606060. Windows color (decimal): -12030124 or 5533512. OLE color: 5533512.
HSL color Cylindrical-coordinate representation of color #486F54: hue angle of 138.46º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486F54 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 84 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.56 |
| HSL | 138.46º | 0.21% | 0.36% | - |
| HSV(B) | 138.46º | 0.35% | 0.44% | - |
| XYZ | 9.96 | 13.39 | 10.45 | - |
| YUV | 96.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 84 | 0.35 | 0 | 0.24 | 0.56 | 138.46 | 0.21 | 0.36 |
| Hex | 48 | 6F | 54 | 23 | 0 | 18 | 38 | 8A | 15 | 24 |
| Octal | 110 | 157 | 124 | 43 | 0 | 30 | 70 | 212 | 25 | 44 |
| Binary | 1001000 | 1101111 | 1010100 | 100011 | 0 | 11000 | 111000 | 10001010 | 10101 | 100100 |
Color Harmonies of #486F54
Complementary color
Monochromatic Colors of #486F54
Black with #486F54
Text Example
Text Example
White with #486F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F54; }
p { color: rgb(72,111,84); }
H1.HeaderClassName
{
color: #486F54;
}
.AnyTagClassName
{
color: #486F54;
}
</style>
background-color css
<style>
a { background-color: #486F54; }
a { background-color: rgb(72,111,84); }
div.DivClassName
{
background-color: #486F54;
}
.BgClassName
{
background-color: #486F54;
}
</style>
border-color css
<style>
span { border-color: #486F54; }
span { border-color: rgb(72,111,84); }
td.TdClassName
{
border-color: #486F54;
}
.TagClassName
{
border-color: #486F54;
}
</style>