Shades of Cape Cod #49564F
Tints of Cape Cod #49564F
RGB
CMYK
RGB Variations
Color information
#49564F (or 0x49564F) is known color: Cape Cod. HEX triplet: 49, 56 and 4F. RGB value is (73,86,79). Sum of RGB (Red+Green+Blue) = 73+86+79=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 86 - color contains mainly: green. Hex color #49564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49564F is #B6A9B0. Grayscale: #515151. Windows color (decimal): -11970993 or 5199433. OLE color: 5199433.
HSL color Cylindrical-coordinate representation of color #49564F: hue angle of 147.69º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #49564F is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 79 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.66 |
| HSL | 147.69º | 0.08% | 0.31% | - |
| HSV(B) | 147.69º | 0.15% | 0.34% | - |
| XYZ | 7.49 | 8.64 | 8.67 | - |
| YUV | 81.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 79 | 0.15 | 0 | 0.08 | 0.66 | 147.69 | 0.08 | 0.31 |
| Hex | 49 | 56 | 4F | F | 0 | 8 | 42 | 94 | 8 | 1F |
| Octal | 111 | 126 | 117 | 17 | 0 | 10 | 102 | 224 | 10 | 37 |
| Binary | 1001001 | 1010110 | 1001111 | 1111 | 0 | 1000 | 1000010 | 10010100 | 1000 | 11111 |
Color Harmonies of #49564F
Complementary color
Monochromatic Colors of #49564F
Black with #49564F
Text Example
Text Example
White with #49564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49564F; }
p { color: rgb(73,86,79); }
H1.HeaderClassName
{
color: #49564F;
}
.AnyTagClassName
{
color: #49564F;
}
</style>
background-color css
<style>
a { background-color: #49564F; }
a { background-color: rgb(73,86,79); }
div.DivClassName
{
background-color: #49564F;
}
.BgClassName
{
background-color: #49564F;
}
</style>
border-color css
<style>
span { border-color: #49564F; }
span { border-color: rgb(73,86,79); }
td.TdClassName
{
border-color: #49564F;
}
.TagClassName
{
border-color: #49564F;
}
</style>