Shades of Cape Cod #48504C
Tints of Cape Cod #48504C
RGB
CMYK
RGB Variations
Color information
#48504C (or 0x48504C) is known color: Cape Cod. HEX triplet: 48, 50 and 4C. RGB value is (72,80,76). Sum of RGB (Red+Green+Blue) = 72+80+76=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 80 - color contains mainly: green. Hex color #48504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48504C is #B7AFB3. Grayscale: #4D4D4D. Windows color (decimal): -12038068 or 5001288. OLE color: 5001288.
HSL color Cylindrical-coordinate representation of color #48504C: hue angle of 150º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #48504C is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 80 | 76 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.69 |
| HSL | 150º | 0.05% | 0.3% | - |
| HSV(B) | 150º | 0.1% | 0.31% | - |
| XYZ | 6.85 | 7.64 | 7.95 | - |
| YUV | 77.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 76 | 0.10 | 0 | 0.05 | 0.69 | 150 | 0.05 | 0.3 |
| Hex | 48 | 50 | 4C | A | 0 | 5 | 45 | 96 | 5 | 1E |
| Octal | 110 | 120 | 114 | 12 | 0 | 5 | 105 | 226 | 5 | 36 |
| Binary | 1001000 | 1010000 | 1001100 | 1010 | 0 | 101 | 1000101 | 10010110 | 101 | 11110 |
Color Harmonies of #48504C
Complementary color
Monochromatic Colors of #48504C
Black with #48504C
Text Example
Text Example
White with #48504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48504C; }
p { color: rgb(72,80,76); }
H1.HeaderClassName
{
color: #48504C;
}
.AnyTagClassName
{
color: #48504C;
}
</style>
background-color css
<style>
a { background-color: #48504C; }
a { background-color: rgb(72,80,76); }
div.DivClassName
{
background-color: #48504C;
}
.BgClassName
{
background-color: #48504C;
}
</style>
border-color css
<style>
span { border-color: #48504C; }
span { border-color: rgb(72,80,76); }
td.TdClassName
{
border-color: #48504C;
}
.TagClassName
{
border-color: #48504C;
}
</style>