Shades of Como #486F5B
Tints of Como #486F5B
RGB
CMYK
RGB Variations
Color information
#486F5B (or 0x486F5B) is known color: Como. HEX triplet: 48, 6F and 5B. RGB value is (72,111,91). Sum of RGB (Red+Green+Blue) = 72+111+91=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 111 - color contains mainly: green. Hex color #486F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F5B is #B790A4. Grayscale: #616161. Windows color (decimal): -12030117 or 5992264. OLE color: 5992264.
HSL color Cylindrical-coordinate representation of color #486F5B: hue angle of 149.23º 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 #486F5B is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 91 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.56 |
| HSL | 149.23º | 0.21% | 0.36% | - |
| HSV(B) | 149.23º | 0.35% | 0.44% | - |
| XYZ | 10.25 | 13.5 | 11.96 | - |
| YUV | 97.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 91 | 0.35 | 0 | 0.18 | 0.56 | 149.23 | 0.21 | 0.36 |
| Hex | 48 | 6F | 5B | 23 | 0 | 12 | 38 | 95 | 15 | 24 |
| Octal | 110 | 157 | 133 | 43 | 0 | 22 | 70 | 225 | 25 | 44 |
| Binary | 1001000 | 1101111 | 1011011 | 100011 | 0 | 10010 | 111000 | 10010101 | 10101 | 100100 |
Color Harmonies of #486F5B
Complementary color
Monochromatic Colors of #486F5B
Black with #486F5B
Text Example
Text Example
White with #486F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F5B; }
p { color: rgb(72,111,91); }
H1.HeaderClassName
{
color: #486F5B;
}
.AnyTagClassName
{
color: #486F5B;
}
</style>
background-color css
<style>
a { background-color: #486F5B; }
a { background-color: rgb(72,111,91); }
div.DivClassName
{
background-color: #486F5B;
}
.BgClassName
{
background-color: #486F5B;
}
</style>
border-color css
<style>
span { border-color: #486F5B; }
span { border-color: rgb(72,111,91); }
td.TdClassName
{
border-color: #486F5B;
}
.TagClassName
{
border-color: #486F5B;
}
</style>