Shades of Cutty Sark #4E866C
Tints of Cutty Sark #4E866C
RGB
CMYK
RGB Variations
Color information
#4E866C (or 0x4E866C) is known color: Cutty Sark. HEX triplet: 4E, 86 and 6C. RGB value is (78,134,108). Sum of RGB (Red+Green+Blue) = 78+134+108=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #4E866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E866C is #B17993. Grayscale: #727272. Windows color (decimal): -11630996 or 7112270. OLE color: 7112270.
HSL color Cylindrical-coordinate representation of color #4E866C: hue angle of 152.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E866C is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 134 | 108 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.47 |
| HSL | 152.14º | 0.26% | 0.42% | - |
| HSV(B) | 152.14º | 0.42% | 0.53% | - |
| XYZ | 14.37 | 19.75 | 17.24 | - |
| YUV | 114.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 134 | 108 | 0.42 | 0 | 0.19 | 0.47 | 152.14 | 0.26 | 0.42 |
| Hex | 4E | 86 | 6C | 2A | 0 | 13 | 2F | 98 | 1A | 2A |
| Octal | 116 | 206 | 154 | 52 | 0 | 23 | 57 | 230 | 32 | 52 |
| Binary | 1001110 | 10000110 | 1101100 | 101010 | 0 | 10011 | 101111 | 10011000 | 11010 | 101010 |
Color Harmonies of #4E866C
Complementary color
Monochromatic Colors of #4E866C
Black with #4E866C
Text Example
Text Example
White with #4E866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E866C; }
p { color: rgb(78,134,108); }
H1.HeaderClassName
{
color: #4E866C;
}
.AnyTagClassName
{
color: #4E866C;
}
</style>
background-color css
<style>
a { background-color: #4E866C; }
a { background-color: rgb(78,134,108); }
div.DivClassName
{
background-color: #4E866C;
}
.BgClassName
{
background-color: #4E866C;
}
</style>
border-color css
<style>
span { border-color: #4E866C; }
span { border-color: rgb(78,134,108); }
td.TdClassName
{
border-color: #4E866C;
}
.TagClassName
{
border-color: #4E866C;
}
</style>