Shades of Cape Cod #4B514F
Tints of Cape Cod #4B514F
RGB
CMYK
RGB Variations
Color information
#4B514F (or 0x4B514F) is known color: Cape Cod. HEX triplet: 4B, 51 and 4F. RGB value is (75,81,79). Sum of RGB (Red+Green+Blue) = 75+81+79=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 81 - color contains mainly: green. Hex color #4B514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B514F is #B4AEB0. Grayscale: #4E4E4E. Windows color (decimal): -11841201 or 5198155. OLE color: 5198155.
HSL color Cylindrical-coordinate representation of color #4B514F: hue angle of 160º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4B514F is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 79 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.68 |
| HSL | 160º | 0.04% | 0.31% | - |
| HSV(B) | 160º | 0.07% | 0.32% | - |
| XYZ | 7.26 | 7.95 | 8.55 | - |
| YUV | 78.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 79 | 0.07 | 0 | 0.02 | 0.68 | 160 | 0.04 | 0.31 |
| Hex | 4B | 51 | 4F | 7 | 0 | 2 | 44 | A0 | 4 | 1F |
| Octal | 113 | 121 | 117 | 7 | 0 | 2 | 104 | 240 | 4 | 37 |
| Binary | 1001011 | 1010001 | 1001111 | 111 | 0 | 10 | 1000100 | 10100000 | 100 | 11111 |
Color Harmonies of #4B514F
Complementary color
Monochromatic Colors of #4B514F
Black with #4B514F
Text Example
Text Example
White with #4B514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B514F; }
p { color: rgb(75,81,79); }
H1.HeaderClassName
{
color: #4B514F;
}
.AnyTagClassName
{
color: #4B514F;
}
</style>
background-color css
<style>
a { background-color: #4B514F; }
a { background-color: rgb(75,81,79); }
div.DivClassName
{
background-color: #4B514F;
}
.BgClassName
{
background-color: #4B514F;
}
</style>
border-color css
<style>
span { border-color: #4B514F; }
span { border-color: rgb(75,81,79); }
td.TdClassName
{
border-color: #4B514F;
}
.TagClassName
{
border-color: #4B514F;
}
</style>