Shades of Cutty Sark #4E8873
Tints of Cutty Sark #4E8873
RGB
CMYK
RGB Variations
Color information
#4E8873 (or 0x4E8873) is known color: Cutty Sark. HEX triplet: 4E, 88 and 73. RGB value is (78,136,115). Sum of RGB (Red+Green+Blue) = 78+136+115=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #4E8873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8873 is #B1778C. Grayscale: #747474. Windows color (decimal): -11630477 or 7571534. OLE color: 7571534.
HSL color Cylindrical-coordinate representation of color #4E8873: hue angle of 158.28º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E8873 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 136 | 115 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.47 |
| HSL | 158.28º | 0.27% | 0.42% | - |
| HSV(B) | 158.28º | 0.43% | 0.53% | - |
| XYZ | 15.04 | 20.47 | 19.38 | - |
| YUV | 116.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 136 | 115 | 0.43 | 0 | 0.15 | 0.47 | 158.28 | 0.27 | 0.42 |
| Hex | 4E | 88 | 73 | 2B | 0 | F | 2F | 9E | 1B | 2A |
| Octal | 116 | 210 | 163 | 53 | 0 | 17 | 57 | 236 | 33 | 52 |
| Binary | 1001110 | 10001000 | 1110011 | 101011 | 0 | 1111 | 101111 | 10011110 | 11011 | 101010 |
Color Harmonies of #4E8873
Complementary color
Monochromatic Colors of #4E8873
Black with #4E8873
Text Example
Text Example
White with #4E8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8873; }
p { color: rgb(78,136,115); }
H1.HeaderClassName
{
color: #4E8873;
}
.AnyTagClassName
{
color: #4E8873;
}
</style>
background-color css
<style>
a { background-color: #4E8873; }
a { background-color: rgb(78,136,115); }
div.DivClassName
{
background-color: #4E8873;
}
.BgClassName
{
background-color: #4E8873;
}
</style>
border-color css
<style>
span { border-color: #4E8873; }
span { border-color: rgb(78,136,115); }
td.TdClassName
{
border-color: #4E8873;
}
.TagClassName
{
border-color: #4E8873;
}
</style>