Shades of Cutty Sark #4E9072
Tints of Cutty Sark #4E9072
RGB
CMYK
RGB Variations
Color information
#4E9072 (or 0x4E9072) is known color: Cutty Sark. HEX triplet: 4E, 90 and 72. RGB value is (78,144,114). Sum of RGB (Red+Green+Blue) = 78+144+114=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9072 is #B16F8D. Grayscale: #787878. Windows color (decimal): -11628430 or 7508046. OLE color: 7508046.
HSL color Cylindrical-coordinate representation of color #4E9072: hue angle of 152.73º 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 #4E9072 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 114 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.44 |
| HSL | 152.73º | 0.3% | 0.44% | - |
| HSV(B) | 152.73º | 0.46% | 0.56% | - |
| XYZ | 16.15 | 22.78 | 19.47 | - |
| YUV | 120.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 114 | 0.46 | 0 | 0.21 | 0.44 | 152.73 | 0.3 | 0.44 |
| Hex | 4E | 90 | 72 | 2E | 0 | 15 | 2C | 99 | 1E | 2C |
| Octal | 116 | 220 | 162 | 56 | 0 | 25 | 54 | 231 | 36 | 54 |
| Binary | 1001110 | 10010000 | 1110010 | 101110 | 0 | 10101 | 101100 | 10011001 | 11110 | 101100 |
Color Harmonies of #4E9072
Complementary color
Monochromatic Colors of #4E9072
Black with #4E9072
Text Example
Text Example
White with #4E9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9072; }
p { color: rgb(78,144,114); }
H1.HeaderClassName
{
color: #4E9072;
}
.AnyTagClassName
{
color: #4E9072;
}
</style>
background-color css
<style>
a { background-color: #4E9072; }
a { background-color: rgb(78,144,114); }
div.DivClassName
{
background-color: #4E9072;
}
.BgClassName
{
background-color: #4E9072;
}
</style>
border-color css
<style>
span { border-color: #4E9072; }
span { border-color: rgb(78,144,114); }
td.TdClassName
{
border-color: #4E9072;
}
.TagClassName
{
border-color: #4E9072;
}
</style>