Shades of Cape Cod #49514D
Tints of Cape Cod #49514D
RGB
CMYK
RGB Variations
Color information
#49514D (or 0x49514D) is known color: Cape Cod. HEX triplet: 49, 51 and 4D. RGB value is (73,81,77). Sum of RGB (Red+Green+Blue) = 73+81+77=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 81 - color contains mainly: green. Hex color #49514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49514D is #B6AEB2. Grayscale: #4E4E4E. Windows color (decimal): -11972275 or 5067081. OLE color: 5067081.
HSL color Cylindrical-coordinate representation of color #49514D: hue angle of 150º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #49514D is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 77 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.68 |
| HSL | 150º | 0.05% | 0.3% | - |
| HSV(B) | 150º | 0.1% | 0.32% | - |
| XYZ | 7.03 | 7.84 | 8.16 | - |
| YUV | 78.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 77 | 0.10 | 0 | 0.05 | 0.68 | 150 | 0.05 | 0.3 |
| Hex | 49 | 51 | 4D | A | 0 | 5 | 44 | 96 | 5 | 1E |
| Octal | 111 | 121 | 115 | 12 | 0 | 5 | 104 | 226 | 5 | 36 |
| Binary | 1001001 | 1010001 | 1001101 | 1010 | 0 | 101 | 1000100 | 10010110 | 101 | 11110 |
Color Harmonies of #49514D
Complementary color
Monochromatic Colors of #49514D
Black with #49514D
Text Example
Text Example
White with #49514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49514D; }
p { color: rgb(73,81,77); }
H1.HeaderClassName
{
color: #49514D;
}
.AnyTagClassName
{
color: #49514D;
}
</style>
background-color css
<style>
a { background-color: #49514D; }
a { background-color: rgb(73,81,77); }
div.DivClassName
{
background-color: #49514D;
}
.BgClassName
{
background-color: #49514D;
}
</style>
border-color css
<style>
span { border-color: #49514D; }
span { border-color: rgb(73,81,77); }
td.TdClassName
{
border-color: #49514D;
}
.TagClassName
{
border-color: #49514D;
}
</style>