Shades of Como #486F58
Tints of Como #486F58
RGB
CMYK
RGB Variations
Color information
#486F58 (or 0x486F58) is known color: Como. HEX triplet: 48, 6F and 58. RGB value is (72,111,88). Sum of RGB (Red+Green+Blue) = 72+111+88=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 111 - color contains mainly: green. Hex color #486F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F58 is #B790A7. Grayscale: #606060. Windows color (decimal): -12030120 or 5795656. OLE color: 5795656.
HSL color Cylindrical-coordinate representation of color #486F58: hue angle of 144.62º 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 #486F58 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 88 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.56 |
| HSL | 144.62º | 0.21% | 0.36% | - |
| HSV(B) | 144.62º | 0.35% | 0.44% | - |
| XYZ | 10.12 | 13.45 | 11.3 | - |
| YUV | 96.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 88 | 0.35 | 0 | 0.21 | 0.56 | 144.62 | 0.21 | 0.36 |
| Hex | 48 | 6F | 58 | 23 | 0 | 15 | 38 | 91 | 15 | 24 |
| Octal | 110 | 157 | 130 | 43 | 0 | 25 | 70 | 221 | 25 | 44 |
| Binary | 1001000 | 1101111 | 1011000 | 100011 | 0 | 10101 | 111000 | 10010001 | 10101 | 100100 |
Color Harmonies of #486F58
Complementary color
Monochromatic Colors of #486F58
Black with #486F58
Text Example
Text Example
White with #486F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F58; }
p { color: rgb(72,111,88); }
H1.HeaderClassName
{
color: #486F58;
}
.AnyTagClassName
{
color: #486F58;
}
</style>
background-color css
<style>
a { background-color: #486F58; }
a { background-color: rgb(72,111,88); }
div.DivClassName
{
background-color: #486F58;
}
.BgClassName
{
background-color: #486F58;
}
</style>
border-color css
<style>
span { border-color: #486F58; }
span { border-color: rgb(72,111,88); }
td.TdClassName
{
border-color: #486F58;
}
.TagClassName
{
border-color: #486F58;
}
</style>