Shades of Cutty Sark #4D9374
Tints of Cutty Sark #4D9374
RGB
CMYK
RGB Variations
Color information
#4D9374 (or 0x4D9374) is known color: Cutty Sark. HEX triplet: 4D, 93 and 74. RGB value is (77,147,116). Sum of RGB (Red+Green+Blue) = 77+147+116=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9374 is #B26C8B. Grayscale: #7A7A7A. Windows color (decimal): -11693196 or 7639885. OLE color: 7639885.
HSL color Cylindrical-coordinate representation of color #4D9374: hue angle of 153.43º 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 #4D9374 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 116 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.42 |
| HSL | 153.43º | 0.31% | 0.44% | - |
| HSV(B) | 153.43º | 0.48% | 0.58% | - |
| XYZ | 16.65 | 23.71 | 20.22 | - |
| YUV | 122.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 116 | 0.48 | 0 | 0.21 | 0.42 | 153.43 | 0.31 | 0.44 |
| Hex | 4D | 93 | 74 | 30 | 0 | 15 | 2A | 99 | 1F | 2C |
| Octal | 115 | 223 | 164 | 60 | 0 | 25 | 52 | 231 | 37 | 54 |
| Binary | 1001101 | 10010011 | 1110100 | 110000 | 0 | 10101 | 101010 | 10011001 | 11111 | 101100 |
Color Harmonies of #4D9374
Complementary color
Monochromatic Colors of #4D9374
Black with #4D9374
Text Example
Text Example
White with #4D9374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9374; }
p { color: rgb(77,147,116); }
H1.HeaderClassName
{
color: #4D9374;
}
.AnyTagClassName
{
color: #4D9374;
}
</style>
background-color css
<style>
a { background-color: #4D9374; }
a { background-color: rgb(77,147,116); }
div.DivClassName
{
background-color: #4D9374;
}
.BgClassName
{
background-color: #4D9374;
}
</style>
border-color css
<style>
span { border-color: #4D9374; }
span { border-color: rgb(77,147,116); }
td.TdClassName
{
border-color: #4D9374;
}
.TagClassName
{
border-color: #4D9374;
}
</style>