Shades of Cutty Sark #4D9373
Tints of Cutty Sark #4D9373
RGB
CMYK
RGB Variations
Color information
#4D9373 (or 0x4D9373) is known color: Cutty Sark. HEX triplet: 4D, 93 and 73. RGB value is (77,147,115). Sum of RGB (Red+Green+Blue) = 77+147+115=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9373 is #B26C8C. Grayscale: #7A7A7A. Windows color (decimal): -11693197 or 7574349. OLE color: 7574349.
HSL color Cylindrical-coordinate representation of color #4D9373: hue angle of 152.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9373 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 115 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.42 |
| HSL | 152.57º | 0.31% | 0.44% | - |
| HSV(B) | 152.57º | 0.48% | 0.58% | - |
| XYZ | 16.59 | 23.68 | 19.92 | - |
| YUV | 122.42 | 123.81 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 115 | 0.48 | 0 | 0.22 | 0.42 | 152.57 | 0.31 | 0.44 |
| Hex | 4D | 93 | 73 | 30 | 0 | 16 | 2A | 99 | 1F | 2C |
| Octal | 115 | 223 | 163 | 60 | 0 | 26 | 52 | 231 | 37 | 54 |
| Binary | 1001101 | 10010011 | 1110011 | 110000 | 0 | 10110 | 101010 | 10011001 | 11111 | 101100 |
Color Harmonies of #4D9373
Complementary color
Monochromatic Colors of #4D9373
Black with #4D9373
Text Example
Text Example
White with #4D9373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9373; }
p { color: rgb(77,147,115); }
H1.HeaderClassName
{
color: #4D9373;
}
.AnyTagClassName
{
color: #4D9373;
}
</style>
background-color css
<style>
a { background-color: #4D9373; }
a { background-color: rgb(77,147,115); }
div.DivClassName
{
background-color: #4D9373;
}
.BgClassName
{
background-color: #4D9373;
}
</style>
border-color css
<style>
span { border-color: #4D9373; }
span { border-color: rgb(77,147,115); }
td.TdClassName
{
border-color: #4D9373;
}
.TagClassName
{
border-color: #4D9373;
}
</style>