Shades of Cutty Sark #4E8573
Tints of Cutty Sark #4E8573
RGB
CMYK
RGB Variations
Color information
#4E8573 (or 0x4E8573) is known color: Cutty Sark. HEX triplet: 4E, 85 and 73. RGB value is (78,133,115). Sum of RGB (Red+Green+Blue) = 78+133+115=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #4E8573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8573 is #B17A8C. Grayscale: #727272. Windows color (decimal): -11631245 or 7570766. OLE color: 7570766.
HSL color Cylindrical-coordinate representation of color #4E8573: hue angle of 160.36º 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 #4E8573 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 133 | 115 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.48 |
| HSL | 160.36º | 0.26% | 0.41% | - |
| HSV(B) | 160.36º | 0.41% | 0.52% | - |
| XYZ | 14.62 | 19.63 | 19.24 | - |
| YUV | 114.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 115 | 0.41 | 0 | 0.14 | 0.48 | 160.36 | 0.26 | 0.41 |
| Hex | 4E | 85 | 73 | 29 | 0 | E | 30 | A0 | 1A | 29 |
| Octal | 116 | 205 | 163 | 51 | 0 | 16 | 60 | 240 | 32 | 51 |
| Binary | 1001110 | 10000101 | 1110011 | 101001 | 0 | 1110 | 110000 | 10100000 | 11010 | 101001 |
Color Harmonies of #4E8573
Complementary color
Monochromatic Colors of #4E8573
Black with #4E8573
Text Example
Text Example
White with #4E8573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8573; }
p { color: rgb(78,133,115); }
H1.HeaderClassName
{
color: #4E8573;
}
.AnyTagClassName
{
color: #4E8573;
}
</style>
background-color css
<style>
a { background-color: #4E8573; }
a { background-color: rgb(78,133,115); }
div.DivClassName
{
background-color: #4E8573;
}
.BgClassName
{
background-color: #4E8573;
}
</style>
border-color css
<style>
span { border-color: #4E8573; }
span { border-color: rgb(78,133,115); }
td.TdClassName
{
border-color: #4E8573;
}
.TagClassName
{
border-color: #4E8573;
}
</style>