Shades of Como #466F54
Tints of Como #466F54
RGB
CMYK
RGB Variations
Color information
#466F54 (or 0x466F54) is known color: Como. HEX triplet: 46, 6F and 54. RGB value is (70,111,84). Sum of RGB (Red+Green+Blue) = 70+111+84=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #466F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F54 is #B990AB. Grayscale: #5F5F5F. Windows color (decimal): -12161196 or 5533510. OLE color: 5533510.
HSL color Cylindrical-coordinate representation of color #466F54: hue angle of 140.49º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #466F54 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 111 | 84 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.56 |
| HSL | 140.49º | 0.23% | 0.35% | - |
| HSV(B) | 140.49º | 0.37% | 0.44% | - |
| XYZ | 9.81 | 13.31 | 10.44 | - |
| YUV | 95.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 111 | 84 | 0.37 | 0 | 0.24 | 0.56 | 140.49 | 0.23 | 0.35 |
| Hex | 46 | 6F | 54 | 25 | 0 | 18 | 38 | 8C | 17 | 23 |
| Octal | 106 | 157 | 124 | 45 | 0 | 30 | 70 | 214 | 27 | 43 |
| Binary | 1000110 | 1101111 | 1010100 | 100101 | 0 | 11000 | 111000 | 10001100 | 10111 | 100011 |
Color Harmonies of #466F54
Complementary color
Monochromatic Colors of #466F54
Black with #466F54
Text Example
Text Example
White with #466F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466F54; }
p { color: rgb(70,111,84); }
H1.HeaderClassName
{
color: #466F54;
}
.AnyTagClassName
{
color: #466F54;
}
</style>
background-color css
<style>
a { background-color: #466F54; }
a { background-color: rgb(70,111,84); }
div.DivClassName
{
background-color: #466F54;
}
.BgClassName
{
background-color: #466F54;
}
</style>
border-color css
<style>
span { border-color: #466F54; }
span { border-color: rgb(70,111,84); }
td.TdClassName
{
border-color: #466F54;
}
.TagClassName
{
border-color: #466F54;
}
</style>