Shades of Cape Cod #4A554F
Tints of Cape Cod #4A554F
RGB
CMYK
RGB Variations
Color information
#4A554F (or 0x4A554F) is known color: Cape Cod. HEX triplet: 4A, 55 and 4F. RGB value is (74,85,79). Sum of RGB (Red+Green+Blue) = 74+85+79=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #4A554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A554F is #B5AAB0. Grayscale: #515151. Windows color (decimal): -11905713 or 5199178. OLE color: 5199178.
HSL color Cylindrical-coordinate representation of color #4A554F: hue angle of 147.27º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A554F is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 85 | 79 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.67 |
| HSL | 147.27º | 0.07% | 0.31% | - |
| HSV(B) | 147.27º | 0.13% | 0.33% | - |
| XYZ | 7.48 | 8.52 | 8.65 | - |
| YUV | 81.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 79 | 0.13 | 0 | 0.07 | 0.67 | 147.27 | 0.07 | 0.31 |
| Hex | 4A | 55 | 4F | D | 0 | 7 | 43 | 93 | 7 | 1F |
| Octal | 112 | 125 | 117 | 15 | 0 | 7 | 103 | 223 | 7 | 37 |
| Binary | 1001010 | 1010101 | 1001111 | 1101 | 0 | 111 | 1000011 | 10010011 | 111 | 11111 |
Color Harmonies of #4A554F
Complementary color
Monochromatic Colors of #4A554F
Black with #4A554F
Text Example
Text Example
White with #4A554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A554F; }
p { color: rgb(74,85,79); }
H1.HeaderClassName
{
color: #4A554F;
}
.AnyTagClassName
{
color: #4A554F;
}
</style>
background-color css
<style>
a { background-color: #4A554F; }
a { background-color: rgb(74,85,79); }
div.DivClassName
{
background-color: #4A554F;
}
.BgClassName
{
background-color: #4A554F;
}
</style>
border-color css
<style>
span { border-color: #4A554F; }
span { border-color: rgb(74,85,79); }
td.TdClassName
{
border-color: #4A554F;
}
.TagClassName
{
border-color: #4A554F;
}
</style>