Shades of Como #467F55
Tints of Como #467F55
RGB
CMYK
RGB Variations
Color information
#467F55 (or 0x467F55) is known color: Como. HEX triplet: 46, 7F and 55. RGB value is (70,127,85). Sum of RGB (Red+Green+Blue) = 70+127+85=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #467F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F55 is #B980AA. Grayscale: #696969. Windows color (decimal): -12157099 or 5603142. OLE color: 5603142.
HSL color Cylindrical-coordinate representation of color #467F55: hue angle of 135.79º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F55 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 127 | 85 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.50 |
| HSL | 135.79º | 0.29% | 0.39% | - |
| HSV(B) | 135.79º | 0.45% | 0.5% | - |
| XYZ | 11.75 | 17.14 | 11.28 | - |
| YUV | 105.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 85 | 0.45 | 0 | 0.33 | 0.50 | 135.79 | 0.29 | 0.39 |
| Hex | 46 | 7F | 55 | 2D | 0 | 21 | 32 | 88 | 1D | 27 |
| Octal | 106 | 177 | 125 | 55 | 0 | 41 | 62 | 210 | 35 | 47 |
| Binary | 1000110 | 1111111 | 1010101 | 101101 | 0 | 100001 | 110010 | 10001000 | 11101 | 100111 |
Color Harmonies of #467F55
Complementary color
Monochromatic Colors of #467F55
Black with #467F55
Text Example
Text Example
White with #467F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F55; }
p { color: rgb(70,127,85); }
H1.HeaderClassName
{
color: #467F55;
}
.AnyTagClassName
{
color: #467F55;
}
</style>
background-color css
<style>
a { background-color: #467F55; }
a { background-color: rgb(70,127,85); }
div.DivClassName
{
background-color: #467F55;
}
.BgClassName
{
background-color: #467F55;
}
</style>
border-color css
<style>
span { border-color: #467F55; }
span { border-color: rgb(70,127,85); }
td.TdClassName
{
border-color: #467F55;
}
.TagClassName
{
border-color: #467F55;
}
</style>