Shades of Cape Cod #4A514E
Tints of Cape Cod #4A514E
RGB
CMYK
RGB Variations
Color information
#4A514E (or 0x4A514E) is known color: Cape Cod. HEX triplet: 4A, 51 and 4E. RGB value is (74,81,78). Sum of RGB (Red+Green+Blue) = 74+81+78=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 81 - color contains mainly: green. Hex color #4A514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A514E is #B5AEB1. Grayscale: #4E4E4E. Windows color (decimal): -11906738 or 5132618. OLE color: 5132618.
HSL color Cylindrical-coordinate representation of color #4A514E: hue angle of 154.29º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4A514E is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 81 | 78 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.68 |
| HSL | 154.29º | 0.05% | 0.3% | - |
| HSV(B) | 154.29º | 0.09% | 0.32% | - |
| XYZ | 7.14 | 7.89 | 8.35 | - |
| YUV | 78.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 78 | 0.09 | 0 | 0.04 | 0.68 | 154.29 | 0.05 | 0.3 |
| Hex | 4A | 51 | 4E | 9 | 0 | 4 | 44 | 9A | 5 | 1E |
| Octal | 112 | 121 | 116 | 11 | 0 | 4 | 104 | 232 | 5 | 36 |
| Binary | 1001010 | 1010001 | 1001110 | 1001 | 0 | 100 | 1000100 | 10011010 | 101 | 11110 |
Color Harmonies of #4A514E
Complementary color
Monochromatic Colors of #4A514E
Black with #4A514E
Text Example
Text Example
White with #4A514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A514E; }
p { color: rgb(74,81,78); }
H1.HeaderClassName
{
color: #4A514E;
}
.AnyTagClassName
{
color: #4A514E;
}
</style>
background-color css
<style>
a { background-color: #4A514E; }
a { background-color: rgb(74,81,78); }
div.DivClassName
{
background-color: #4A514E;
}
.BgClassName
{
background-color: #4A514E;
}
</style>
border-color css
<style>
span { border-color: #4A514E; }
span { border-color: rgb(74,81,78); }
td.TdClassName
{
border-color: #4A514E;
}
.TagClassName
{
border-color: #4A514E;
}
</style>