Shades of Cape Cod #48524E
Tints of Cape Cod #48524E
RGB
CMYK
RGB Variations
Color information
#48524E (or 0x48524E) is known color: Cape Cod. HEX triplet: 48, 52 and 4E. RGB value is (72,82,78). Sum of RGB (Red+Green+Blue) = 72+82+78=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 82 - color contains mainly: green. Hex color #48524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48524E is #B7ADB1. Grayscale: #4E4E4E. Windows color (decimal): -12037554 or 5132872. OLE color: 5132872.
HSL color Cylindrical-coordinate representation of color #48524E: hue angle of 156º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48524E is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 78 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.68 |
| HSL | 156º | 0.06% | 0.3% | - |
| HSV(B) | 156º | 0.12% | 0.32% | - |
| XYZ | 7.06 | 7.96 | 8.37 | - |
| YUV | 78.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 78 | 0.12 | 0 | 0.05 | 0.68 | 156 | 0.06 | 0.3 |
| Hex | 48 | 52 | 4E | C | 0 | 5 | 44 | 9C | 6 | 1E |
| Octal | 110 | 122 | 116 | 14 | 0 | 5 | 104 | 234 | 6 | 36 |
| Binary | 1001000 | 1010010 | 1001110 | 1100 | 0 | 101 | 1000100 | 10011100 | 110 | 11110 |
Color Harmonies of #48524E
Complementary color
Monochromatic Colors of #48524E
Black with #48524E
Text Example
Text Example
White with #48524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48524E; }
p { color: rgb(72,82,78); }
H1.HeaderClassName
{
color: #48524E;
}
.AnyTagClassName
{
color: #48524E;
}
</style>
background-color css
<style>
a { background-color: #48524E; }
a { background-color: rgb(72,82,78); }
div.DivClassName
{
background-color: #48524E;
}
.BgClassName
{
background-color: #48524E;
}
</style>
border-color css
<style>
span { border-color: #48524E; }
span { border-color: rgb(72,82,78); }
td.TdClassName
{
border-color: #48524E;
}
.TagClassName
{
border-color: #48524E;
}
</style>