Shades of Cutty Sark #4D8E6F
Tints of Cutty Sark #4D8E6F
RGB
CMYK
RGB Variations
Color information
#4D8E6F (or 0x4D8E6F) is known color: Cutty Sark. HEX triplet: 4D, 8E and 6F. RGB value is (77,142,111). Sum of RGB (Red+Green+Blue) = 77+142+111=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8E6F is #B27190. Grayscale: #777777. Windows color (decimal): -11694481 or 7310925. OLE color: 7310925.
HSL color Cylindrical-coordinate representation of color #4D8E6F: hue angle of 151.38º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8E6F is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 142 | 111 | - |
| CMYK | 0.46 | 0 | 0.22 | 0.44 |
| HSL | 151.38º | 0.3% | 0.43% | - |
| HSV(B) | 151.38º | 0.46% | 0.56% | - |
| XYZ | 15.6 | 22.07 | 18.48 | - |
| YUV | 119.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 142 | 111 | 0.46 | 0 | 0.22 | 0.44 | 151.38 | 0.3 | 0.43 |
| Hex | 4D | 8E | 6F | 2E | 0 | 16 | 2C | 97 | 1E | 2B |
| Octal | 115 | 216 | 157 | 56 | 0 | 26 | 54 | 227 | 36 | 53 |
| Binary | 1001101 | 10001110 | 1101111 | 101110 | 0 | 10110 | 101100 | 10010111 | 11110 | 101011 |
Color Harmonies of #4D8E6F
Complementary color
Monochromatic Colors of #4D8E6F
Black with #4D8E6F
Text Example
Text Example
White with #4D8E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8E6F; }
p { color: rgb(77,142,111); }
H1.HeaderClassName
{
color: #4D8E6F;
}
.AnyTagClassName
{
color: #4D8E6F;
}
</style>
background-color css
<style>
a { background-color: #4D8E6F; }
a { background-color: rgb(77,142,111); }
div.DivClassName
{
background-color: #4D8E6F;
}
.BgClassName
{
background-color: #4D8E6F;
}
</style>
border-color css
<style>
span { border-color: #4D8E6F; }
span { border-color: rgb(77,142,111); }
td.TdClassName
{
border-color: #4D8E6F;
}
.TagClassName
{
border-color: #4D8E6F;
}
</style>