Shades of Cutty Sark #4E8575
Tints of Cutty Sark #4E8575
RGB
CMYK
RGB Variations
Color information
#4E8575 (or 0x4E8575) is known color: Cutty Sark. HEX triplet: 4E, 85 and 75. RGB value is (78,133,117). Sum of RGB (Red+Green+Blue) = 78+133+117=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #4E8575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8575 is #B17A8A. Grayscale: #727272. Windows color (decimal): -11631243 or 7701838. OLE color: 7701838.
HSL color Cylindrical-coordinate representation of color #4E8575: hue angle of 162.55º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E8575 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 133 | 117 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.48 |
| HSL | 162.55º | 0.26% | 0.41% | - |
| HSV(B) | 162.55º | 0.41% | 0.52% | - |
| XYZ | 14.74 | 19.68 | 19.85 | - |
| YUV | 114.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 117 | 0.41 | 0 | 0.12 | 0.48 | 162.55 | 0.26 | 0.41 |
| Hex | 4E | 85 | 75 | 29 | 0 | C | 30 | A3 | 1A | 29 |
| Octal | 116 | 205 | 165 | 51 | 0 | 14 | 60 | 243 | 32 | 51 |
| Binary | 1001110 | 10000101 | 1110101 | 101001 | 0 | 1100 | 110000 | 10100011 | 11010 | 101001 |
Color Harmonies of #4E8575
Complementary color
Monochromatic Colors of #4E8575
Black with #4E8575
Text Example
Text Example
White with #4E8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8575; }
p { color: rgb(78,133,117); }
H1.HeaderClassName
{
color: #4E8575;
}
.AnyTagClassName
{
color: #4E8575;
}
</style>
background-color css
<style>
a { background-color: #4E8575; }
a { background-color: rgb(78,133,117); }
div.DivClassName
{
background-color: #4E8575;
}
.BgClassName
{
background-color: #4E8575;
}
</style>
border-color css
<style>
span { border-color: #4E8575; }
span { border-color: rgb(78,133,117); }
td.TdClassName
{
border-color: #4E8575;
}
.TagClassName
{
border-color: #4E8575;
}
</style>