Shades of Cape Cod #4D5351
Tints of Cape Cod #4D5351
RGB
CMYK
RGB Variations
Color information
#4D5351 (or 0x4D5351) is known color: Cape Cod. HEX triplet: 4D, 53 and 51. RGB value is (77,83,81). Sum of RGB (Red+Green+Blue) = 77+83+81=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5351 is #B2ACAE. Grayscale: #505050. Windows color (decimal): -11709615 or 5329741. OLE color: 5329741.
HSL color Cylindrical-coordinate representation of color #4D5351: hue angle of 160º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4D5351 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
RGB | 77 | 83 | 81 | - |
CMYK | 0.07 | 0 | 0.02 | 0.67 |
HSL | 160º | 0.04% | 0.31% | - |
HSV(B) | 160º | 0.07% | 0.33% | - |
XYZ | 7.64 | 8.36 | 9 | - |
YUV | 80.98 | 128.01 | 125.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 83 | 81 | 0.07 | 0 | 0.02 | 0.67 | 160 | 0.04 | 0.31 |
Hex | 4D | 53 | 51 | 7 | 0 | 2 | 43 | A0 | 4 | 1F |
Octal | 115 | 123 | 121 | 7 | 0 | 2 | 103 | 240 | 4 | 37 |
Binary | 1001101 | 1010011 | 1010001 | 111 | 0 | 10 | 1000011 | 10100000 | 100 | 11111 |
Color Harmonies of #4D5351
Complementary color
Monochromatic Colors of #4D5351
Black with #4D5351
Text Example
Text Example
White with #4D5351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5351; }
p { color: rgb(77,83,81); }
H1.HeaderClassName
{
color: #4D5351;
}
.AnyTagClassName
{
color: #4D5351;
}
</style>
background-color css
<style>
a { background-color: #4D5351; }
a { background-color: rgb(77,83,81); }
div.DivClassName
{
background-color: #4D5351;
}
.BgClassName
{
background-color: #4D5351;
}
</style>
border-color css
<style>
span { border-color: #4D5351; }
span { border-color: rgb(77,83,81); }
td.TdClassName
{
border-color: #4D5351;
}
.TagClassName
{
border-color: #4D5351;
}
</style>