Shades of Cape Cod #47524E
Tints of Cape Cod #47524E
RGB
CMYK
RGB Variations
Color information
#47524E (or 0x47524E) is known color: Cape Cod. HEX triplet: 47, 52 and 4E. RGB value is (71,82,78). Sum of RGB (Red+Green+Blue) = 71+82+78=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 82 - color contains mainly: green. Hex color #47524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47524E is #B8ADB1. Grayscale: #4E4E4E. Windows color (decimal): -12103090 or 5132871. OLE color: 5132871.
HSL color Cylindrical-coordinate representation of color #47524E: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #47524E is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 82 | 78 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.68 |
| HSL | 158.18º | 0.07% | 0.3% | - |
| HSV(B) | 158.18º | 0.13% | 0.32% | - |
| XYZ | 6.99 | 7.92 | 8.37 | - |
| YUV | 78.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 78 | 0.13 | 0 | 0.05 | 0.68 | 158.18 | 0.07 | 0.3 |
| Hex | 47 | 52 | 4E | D | 0 | 5 | 44 | 9E | 7 | 1E |
| Octal | 107 | 122 | 116 | 15 | 0 | 5 | 104 | 236 | 7 | 36 |
| Binary | 1000111 | 1010010 | 1001110 | 1101 | 0 | 101 | 1000100 | 10011110 | 111 | 11110 |
Color Harmonies of #47524E
Complementary color
Monochromatic Colors of #47524E
Black with #47524E
Text Example
Text Example
White with #47524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47524E; }
p { color: rgb(71,82,78); }
H1.HeaderClassName
{
color: #47524E;
}
.AnyTagClassName
{
color: #47524E;
}
</style>
background-color css
<style>
a { background-color: #47524E; }
a { background-color: rgb(71,82,78); }
div.DivClassName
{
background-color: #47524E;
}
.BgClassName
{
background-color: #47524E;
}
</style>
border-color css
<style>
span { border-color: #47524E; }
span { border-color: rgb(71,82,78); }
td.TdClassName
{
border-color: #47524E;
}
.TagClassName
{
border-color: #47524E;
}
</style>