Shades of Cutty Sark #4E816B
Tints of Cutty Sark #4E816B
RGB
CMYK
RGB Variations
Color information
#4E816B (or 0x4E816B) is known color: Cutty Sark. HEX triplet: 4E, 81 and 6B. RGB value is (78,129,107). Sum of RGB (Red+Green+Blue) = 78+129+107=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #4E816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E816B is #B17E94. Grayscale: #6F6F6F. Windows color (decimal): -11632277 or 7045454. OLE color: 7045454.
HSL color Cylindrical-coordinate representation of color #4E816B: hue angle of 154.12º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E816B is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 129 | 107 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.49 |
| HSL | 154.12º | 0.25% | 0.41% | - |
| HSV(B) | 154.12º | 0.4% | 0.51% | - |
| XYZ | 13.65 | 18.38 | 16.74 | - |
| YUV | 111.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 129 | 107 | 0.40 | 0 | 0.17 | 0.49 | 154.12 | 0.25 | 0.41 |
| Hex | 4E | 81 | 6B | 28 | 0 | 11 | 31 | 9A | 19 | 29 |
| Octal | 116 | 201 | 153 | 50 | 0 | 21 | 61 | 232 | 31 | 51 |
| Binary | 1001110 | 10000001 | 1101011 | 101000 | 0 | 10001 | 110001 | 10011010 | 11001 | 101001 |
Color Harmonies of #4E816B
Complementary color
Monochromatic Colors of #4E816B
Black with #4E816B
Text Example
Text Example
White with #4E816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E816B; }
p { color: rgb(78,129,107); }
H1.HeaderClassName
{
color: #4E816B;
}
.AnyTagClassName
{
color: #4E816B;
}
</style>
background-color css
<style>
a { background-color: #4E816B; }
a { background-color: rgb(78,129,107); }
div.DivClassName
{
background-color: #4E816B;
}
.BgClassName
{
background-color: #4E816B;
}
</style>
border-color css
<style>
span { border-color: #4E816B; }
span { border-color: rgb(78,129,107); }
td.TdClassName
{
border-color: #4E816B;
}
.TagClassName
{
border-color: #4E816B;
}
</style>