Shades of Cape Cod #48514D
Tints of Cape Cod #48514D
RGB
CMYK
RGB Variations
Color information
#48514D (or 0x48514D) is known color: Cape Cod. HEX triplet: 48, 51 and 4D. RGB value is (72,81,77). Sum of RGB (Red+Green+Blue) = 72+81+77=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 81 - color contains mainly: green. Hex color #48514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48514D is #B7AEB2. Grayscale: #4D4D4D. Windows color (decimal): -12037811 or 5067080. OLE color: 5067080.
HSL color Cylindrical-coordinate representation of color #48514D: hue angle of 153.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #48514D is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 77 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.68 |
| HSL | 153.33º | 0.06% | 0.3% | - |
| HSV(B) | 153.33º | 0.11% | 0.32% | - |
| XYZ | 6.95 | 7.8 | 8.16 | - |
| YUV | 77.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 77 | 0.11 | 0 | 0.05 | 0.68 | 153.33 | 0.06 | 0.3 |
| Hex | 48 | 51 | 4D | B | 0 | 5 | 44 | 99 | 6 | 1E |
| Octal | 110 | 121 | 115 | 13 | 0 | 5 | 104 | 231 | 6 | 36 |
| Binary | 1001000 | 1010001 | 1001101 | 1011 | 0 | 101 | 1000100 | 10011001 | 110 | 11110 |
Color Harmonies of #48514D
Complementary color
Monochromatic Colors of #48514D
Black with #48514D
Text Example
Text Example
White with #48514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48514D; }
p { color: rgb(72,81,77); }
H1.HeaderClassName
{
color: #48514D;
}
.AnyTagClassName
{
color: #48514D;
}
</style>
background-color css
<style>
a { background-color: #48514D; }
a { background-color: rgb(72,81,77); }
div.DivClassName
{
background-color: #48514D;
}
.BgClassName
{
background-color: #48514D;
}
</style>
border-color css
<style>
span { border-color: #48514D; }
span { border-color: rgb(72,81,77); }
td.TdClassName
{
border-color: #48514D;
}
.TagClassName
{
border-color: #48514D;
}
</style>