Shades of Cape Cod #4A524F
Tints of Cape Cod #4A524F
RGB
CMYK
RGB Variations
Color information
#4A524F (or 0x4A524F) is known color: Cape Cod. HEX triplet: 4A, 52 and 4F. RGB value is (74,82,79). Sum of RGB (Red+Green+Blue) = 74+82+79=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 82 - color contains mainly: green. Hex color #4A524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A524F is #B5ADB0. Grayscale: #4F4F4F. Windows color (decimal): -11906481 or 5198410. OLE color: 5198410.
HSL color Cylindrical-coordinate representation of color #4A524F: hue angle of 157.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4A524F is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 82 | 79 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.68 |
| HSL | 157.5º | 0.05% | 0.31% | - |
| HSV(B) | 157.5º | 0.1% | 0.32% | - |
| XYZ | 7.25 | 8.05 | 8.57 | - |
| YUV | 79.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 79 | 0.10 | 0 | 0.04 | 0.68 | 157.5 | 0.05 | 0.31 |
| Hex | 4A | 52 | 4F | A | 0 | 4 | 44 | 9E | 5 | 1F |
| Octal | 112 | 122 | 117 | 12 | 0 | 4 | 104 | 236 | 5 | 37 |
| Binary | 1001010 | 1010010 | 1001111 | 1010 | 0 | 100 | 1000100 | 10011110 | 101 | 11111 |
Color Harmonies of #4A524F
Complementary color
Monochromatic Colors of #4A524F
Black with #4A524F
Text Example
Text Example
White with #4A524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A524F; }
p { color: rgb(74,82,79); }
H1.HeaderClassName
{
color: #4A524F;
}
.AnyTagClassName
{
color: #4A524F;
}
</style>
background-color css
<style>
a { background-color: #4A524F; }
a { background-color: rgb(74,82,79); }
div.DivClassName
{
background-color: #4A524F;
}
.BgClassName
{
background-color: #4A524F;
}
</style>
border-color css
<style>
span { border-color: #4A524F; }
span { border-color: rgb(74,82,79); }
td.TdClassName
{
border-color: #4A524F;
}
.TagClassName
{
border-color: #4A524F;
}
</style>