Shades of Cape Cod #4D514F
Tints of Cape Cod #4D514F
RGB
CMYK
RGB Variations
Color information
#4D514F (or 0x4D514F) is known color: Cape Cod. HEX triplet: 4D, 51 and 4F. RGB value is (77,81,79). Sum of RGB (Red+Green+Blue) = 77+81+79=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 81 - color contains mainly: green. Hex color #4D514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D514F is #B2AEB0. Grayscale: #4F4F4F. Windows color (decimal): -11710129 or 5198157. OLE color: 5198157.
HSL color Cylindrical-coordinate representation of color #4D514F: hue angle of 150º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4D514F is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
RGB | 77 | 81 | 79 | - |
CMYK | 0.05 | 0 | 0.02 | 0.68 |
HSL | 150º | 0.03% | 0.31% | - |
HSV(B) | 150º | 0.05% | 0.32% | - |
XYZ | 7.41 | 8.03 | 8.56 | - |
YUV | 79.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 81 | 79 | 0.05 | 0 | 0.02 | 0.68 | 150 | 0.03 | 0.31 |
Hex | 4D | 51 | 4F | 5 | 0 | 2 | 44 | 96 | 3 | 1F |
Octal | 115 | 121 | 117 | 5 | 0 | 2 | 104 | 226 | 3 | 37 |
Binary | 1001101 | 1010001 | 1001111 | 101 | 0 | 10 | 1000100 | 10010110 | 11 | 11111 |
Color Harmonies of #4D514F
Complementary color
Monochromatic Colors of #4D514F
Black with #4D514F
Text Example
Text Example
White with #4D514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D514F; }
p { color: rgb(77,81,79); }
H1.HeaderClassName
{
color: #4D514F;
}
.AnyTagClassName
{
color: #4D514F;
}
</style>
background-color css
<style>
a { background-color: #4D514F; }
a { background-color: rgb(77,81,79); }
div.DivClassName
{
background-color: #4D514F;
}
.BgClassName
{
background-color: #4D514F;
}
</style>
border-color css
<style>
span { border-color: #4D514F; }
span { border-color: rgb(77,81,79); }
td.TdClassName
{
border-color: #4D514F;
}
.TagClassName
{
border-color: #4D514F;
}
</style>