Shades of Cape Cod #4A5853
Tints of Cape Cod #4A5853
RGB
CMYK
RGB Variations
Color information
#4A5853 (or 0x4A5853) is known color: Cape Cod. HEX triplet: 4A, 58 and 53. RGB value is (74,88,83). Sum of RGB (Red+Green+Blue) = 74+88+83=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5853 is #B5A7AC. Grayscale: #535353. Windows color (decimal): -11904941 or 5462090. OLE color: 5462090.
HSL color Cylindrical-coordinate representation of color #4A5853: hue angle of 158.57º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A5853 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 88 | 83 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.65 |
| HSL | 158.57º | 0.09% | 0.32% | - |
| HSV(B) | 158.57º | 0.16% | 0.35% | - |
| XYZ | 7.88 | 9.06 | 9.52 | - |
| YUV | 83.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 83 | 0.16 | 0 | 0.06 | 0.65 | 158.57 | 0.09 | 0.32 |
| Hex | 4A | 58 | 53 | 10 | 0 | 6 | 41 | 9F | 9 | 20 |
| Octal | 112 | 130 | 123 | 20 | 0 | 6 | 101 | 237 | 11 | 40 |
| Binary | 1001010 | 1011000 | 1010011 | 10000 | 0 | 110 | 1000001 | 10011111 | 1001 | 100000 |
Color Harmonies of #4A5853
Complementary color
Monochromatic Colors of #4A5853
Black with #4A5853
Text Example
Text Example
White with #4A5853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5853; }
p { color: rgb(74,88,83); }
H1.HeaderClassName
{
color: #4A5853;
}
.AnyTagClassName
{
color: #4A5853;
}
</style>
background-color css
<style>
a { background-color: #4A5853; }
a { background-color: rgb(74,88,83); }
div.DivClassName
{
background-color: #4A5853;
}
.BgClassName
{
background-color: #4A5853;
}
</style>
border-color css
<style>
span { border-color: #4A5853; }
span { border-color: rgb(74,88,83); }
td.TdClassName
{
border-color: #4A5853;
}
.TagClassName
{
border-color: #4A5853;
}
</style>