Shades of Cape Cod #4B514E
Tints of Cape Cod #4B514E
RGB
CMYK
RGB Variations
Color information
#4B514E (or 0x4B514E) is known color: Cape Cod. HEX triplet: 4B, 51 and 4E. RGB value is (75,81,78). Sum of RGB (Red+Green+Blue) = 75+81+78=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 81 - color contains mainly: green. Hex color #4B514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B514E is #B4AEB1. Grayscale: #4E4E4E. Windows color (decimal): -11841202 or 5132619. OLE color: 5132619.
HSL color Cylindrical-coordinate representation of color #4B514E: hue angle of 150º 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 #4B514E is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 78 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.68 |
| HSL | 150º | 0.04% | 0.31% | - |
| HSV(B) | 150º | 0.07% | 0.32% | - |
| XYZ | 7.22 | 7.93 | 8.36 | - |
| YUV | 78.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 78 | 0.07 | 0 | 0.04 | 0.68 | 150 | 0.04 | 0.31 |
| Hex | 4B | 51 | 4E | 7 | 0 | 4 | 44 | 96 | 4 | 1F |
| Octal | 113 | 121 | 116 | 7 | 0 | 4 | 104 | 226 | 4 | 37 |
| Binary | 1001011 | 1010001 | 1001110 | 111 | 0 | 100 | 1000100 | 10010110 | 100 | 11111 |
Color Harmonies of #4B514E
Complementary color
Monochromatic Colors of #4B514E
Black with #4B514E
Text Example
Text Example
White with #4B514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B514E; }
p { color: rgb(75,81,78); }
H1.HeaderClassName
{
color: #4B514E;
}
.AnyTagClassName
{
color: #4B514E;
}
</style>
background-color css
<style>
a { background-color: #4B514E; }
a { background-color: rgb(75,81,78); }
div.DivClassName
{
background-color: #4B514E;
}
.BgClassName
{
background-color: #4B514E;
}
</style>
border-color css
<style>
span { border-color: #4B514E; }
span { border-color: rgb(75,81,78); }
td.TdClassName
{
border-color: #4B514E;
}
.TagClassName
{
border-color: #4B514E;
}
</style>