Shades of Cutty Sark #4E9276
Tints of Cutty Sark #4E9276
RGB
CMYK
RGB Variations
Color information
#4E9276 (or 0x4E9276) is known color: Cutty Sark. HEX triplet: 4E, 92 and 76. RGB value is (78,146,118). Sum of RGB (Red+Green+Blue) = 78+146+118=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #4E9276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9276 is #B16D89. Grayscale: #7A7A7A. Windows color (decimal): -11627914 or 7770702. OLE color: 7770702.
HSL color Cylindrical-coordinate representation of color #4E9276: hue angle of 155.29º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E9276 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 146 | 118 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.43 |
| HSL | 155.29º | 0.3% | 0.44% | - |
| HSV(B) | 155.29º | 0.47% | 0.57% | - |
| XYZ | 16.69 | 23.49 | 20.79 | - |
| YUV | 122.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 146 | 118 | 0.47 | 0 | 0.19 | 0.43 | 155.29 | 0.3 | 0.44 |
| Hex | 4E | 92 | 76 | 2F | 0 | 13 | 2B | 9B | 1E | 2C |
| Octal | 116 | 222 | 166 | 57 | 0 | 23 | 53 | 233 | 36 | 54 |
| Binary | 1001110 | 10010010 | 1110110 | 101111 | 0 | 10011 | 101011 | 10011011 | 11110 | 101100 |
Color Harmonies of #4E9276
Complementary color
Monochromatic Colors of #4E9276
Black with #4E9276
Text Example
Text Example
White with #4E9276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9276; }
p { color: rgb(78,146,118); }
H1.HeaderClassName
{
color: #4E9276;
}
.AnyTagClassName
{
color: #4E9276;
}
</style>
background-color css
<style>
a { background-color: #4E9276; }
a { background-color: rgb(78,146,118); }
div.DivClassName
{
background-color: #4E9276;
}
.BgClassName
{
background-color: #4E9276;
}
</style>
border-color css
<style>
span { border-color: #4E9276; }
span { border-color: rgb(78,146,118); }
td.TdClassName
{
border-color: #4E9276;
}
.TagClassName
{
border-color: #4E9276;
}
</style>