Shades of Como #466D58
Tints of Como #466D58
RGB
CMYK
RGB Variations
Color information
#466D58 (or 0x466D58) is known color: Como. HEX triplet: 46, 6D and 58. RGB value is (70,109,88). Sum of RGB (Red+Green+Blue) = 70+109+88=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 109 - color contains mainly: green. Hex color #466D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D58 is #B992A7. Grayscale: #5E5E5E. Windows color (decimal): -12161704 or 5795142. OLE color: 5795142.
HSL color Cylindrical-coordinate representation of color #466D58: hue angle of 147.69º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #466D58 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 109 | 88 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.57 |
| HSL | 147.69º | 0.22% | 0.35% | - |
| HSV(B) | 147.69º | 0.36% | 0.43% | - |
| XYZ | 9.76 | 12.94 | 11.22 | - |
| YUV | 94.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 88 | 0.36 | 0 | 0.19 | 0.57 | 147.69 | 0.22 | 0.35 |
| Hex | 46 | 6D | 58 | 24 | 0 | 13 | 39 | 94 | 16 | 23 |
| Octal | 106 | 155 | 130 | 44 | 0 | 23 | 71 | 224 | 26 | 43 |
| Binary | 1000110 | 1101101 | 1011000 | 100100 | 0 | 10011 | 111001 | 10010100 | 10110 | 100011 |
Color Harmonies of #466D58
Complementary color
Monochromatic Colors of #466D58
Black with #466D58
Text Example
Text Example
White with #466D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466D58; }
p { color: rgb(70,109,88); }
H1.HeaderClassName
{
color: #466D58;
}
.AnyTagClassName
{
color: #466D58;
}
</style>
background-color css
<style>
a { background-color: #466D58; }
a { background-color: rgb(70,109,88); }
div.DivClassName
{
background-color: #466D58;
}
.BgClassName
{
background-color: #466D58;
}
</style>
border-color css
<style>
span { border-color: #466D58; }
span { border-color: rgb(70,109,88); }
td.TdClassName
{
border-color: #466D58;
}
.TagClassName
{
border-color: #466D58;
}
</style>