Shades of Cutty Sark #4E9376
Tints of Cutty Sark #4E9376
RGB
CMYK
RGB Variations
Color information
#4E9376 (or 0x4E9376) is known color: Cutty Sark. HEX triplet: 4E, 93 and 76. RGB value is (78,147,118). Sum of RGB (Red+Green+Blue) = 78+147+118=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9376 is #B16C89. Grayscale: #7B7B7B. Windows color (decimal): -11627658 or 7770958. OLE color: 7770958.
HSL color Cylindrical-coordinate representation of color #4E9376: hue angle of 154.78º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E9376 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 118 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.42 |
| HSL | 154.78º | 0.31% | 0.44% | - |
| HSV(B) | 154.78º | 0.47% | 0.58% | - |
| XYZ | 16.85 | 23.8 | 20.84 | - |
| YUV | 123.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 118 | 0.47 | 0 | 0.20 | 0.42 | 154.78 | 0.31 | 0.44 |
| Hex | 4E | 93 | 76 | 2F | 0 | 14 | 2A | 9B | 1F | 2C |
| Octal | 116 | 223 | 166 | 57 | 0 | 24 | 52 | 233 | 37 | 54 |
| Binary | 1001110 | 10010011 | 1110110 | 101111 | 0 | 10100 | 101010 | 10011011 | 11111 | 101100 |
Color Harmonies of #4E9376
Complementary color
Monochromatic Colors of #4E9376
Black with #4E9376
Text Example
Text Example
White with #4E9376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9376; }
p { color: rgb(78,147,118); }
H1.HeaderClassName
{
color: #4E9376;
}
.AnyTagClassName
{
color: #4E9376;
}
</style>
background-color css
<style>
a { background-color: #4E9376; }
a { background-color: rgb(78,147,118); }
div.DivClassName
{
background-color: #4E9376;
}
.BgClassName
{
background-color: #4E9376;
}
</style>
border-color css
<style>
span { border-color: #4E9376; }
span { border-color: rgb(78,147,118); }
td.TdClassName
{
border-color: #4E9376;
}
.TagClassName
{
border-color: #4E9376;
}
</style>