Shades of Cutty Sark #4E9077
Tints of Cutty Sark #4E9077
RGB
CMYK
RGB Variations
Color information
#4E9077 (or 0x4E9077) is known color: Cutty Sark. HEX triplet: 4E, 90 and 77. RGB value is (78,144,119). Sum of RGB (Red+Green+Blue) = 78+144+119=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9077 is #B16F88. Grayscale: #797979. Windows color (decimal): -11628425 or 7835726. OLE color: 7835726.
HSL color Cylindrical-coordinate representation of color #4E9077: hue angle of 157.27º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E9077 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 119 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.44 |
| HSL | 157.27º | 0.3% | 0.44% | - |
| HSV(B) | 157.27º | 0.46% | 0.56% | - |
| XYZ | 16.44 | 22.9 | 21.01 | - |
| YUV | 121.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 119 | 0.46 | 0 | 0.17 | 0.44 | 157.27 | 0.3 | 0.44 |
| Hex | 4E | 90 | 77 | 2E | 0 | 11 | 2C | 9D | 1E | 2C |
| Octal | 116 | 220 | 167 | 56 | 0 | 21 | 54 | 235 | 36 | 54 |
| Binary | 1001110 | 10010000 | 1110111 | 101110 | 0 | 10001 | 101100 | 10011101 | 11110 | 101100 |
Color Harmonies of #4E9077
Complementary color
Monochromatic Colors of #4E9077
Black with #4E9077
Text Example
Text Example
White with #4E9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9077; }
p { color: rgb(78,144,119); }
H1.HeaderClassName
{
color: #4E9077;
}
.AnyTagClassName
{
color: #4E9077;
}
</style>
background-color css
<style>
a { background-color: #4E9077; }
a { background-color: rgb(78,144,119); }
div.DivClassName
{
background-color: #4E9077;
}
.BgClassName
{
background-color: #4E9077;
}
</style>
border-color css
<style>
span { border-color: #4E9077; }
span { border-color: rgb(78,144,119); }
td.TdClassName
{
border-color: #4E9077;
}
.TagClassName
{
border-color: #4E9077;
}
</style>