Shades of Como #486F56
Tints of Como #486F56
RGB
CMYK
RGB Variations
Color information
#486F56 (or 0x486F56) is known color: Como. HEX triplet: 48, 6F and 56. RGB value is (72,111,86). Sum of RGB (Red+Green+Blue) = 72+111+86=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #486F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F56 is #B790A9. Grayscale: #606060. Windows color (decimal): -12030122 or 5664584. OLE color: 5664584.
HSL color Cylindrical-coordinate representation of color #486F56: hue angle of 141.54º 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 #486F56 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 86 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.56 |
| HSL | 141.54º | 0.21% | 0.36% | - |
| HSV(B) | 141.54º | 0.35% | 0.44% | - |
| XYZ | 10.04 | 13.42 | 10.87 | - |
| YUV | 96.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 86 | 0.35 | 0 | 0.23 | 0.56 | 141.54 | 0.21 | 0.36 |
| Hex | 48 | 6F | 56 | 23 | 0 | 17 | 38 | 8E | 15 | 24 |
| Octal | 110 | 157 | 126 | 43 | 0 | 27 | 70 | 216 | 25 | 44 |
| Binary | 1001000 | 1101111 | 1010110 | 100011 | 0 | 10111 | 111000 | 10001110 | 10101 | 100100 |
Color Harmonies of #486F56
Complementary color
Monochromatic Colors of #486F56
Black with #486F56
Text Example
Text Example
White with #486F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F56; }
p { color: rgb(72,111,86); }
H1.HeaderClassName
{
color: #486F56;
}
.AnyTagClassName
{
color: #486F56;
}
</style>
background-color css
<style>
a { background-color: #486F56; }
a { background-color: rgb(72,111,86); }
div.DivClassName
{
background-color: #486F56;
}
.BgClassName
{
background-color: #486F56;
}
</style>
border-color css
<style>
span { border-color: #486F56; }
span { border-color: rgb(72,111,86); }
td.TdClassName
{
border-color: #486F56;
}
.TagClassName
{
border-color: #486F56;
}
</style>