Shades of Cutty Sark #4D9174
Tints of Cutty Sark #4D9174
RGB
CMYK
RGB Variations
Color information
#4D9174 (or 0x4D9174) is known color: Cutty Sark. HEX triplet: 4D, 91 and 74. RGB value is (77,145,116). Sum of RGB (Red+Green+Blue) = 77+145+116=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9174 is #B26E8B. Grayscale: #797979. Windows color (decimal): -11693708 or 7639373. OLE color: 7639373.
HSL color Cylindrical-coordinate representation of color #4D9174: hue angle of 154.41º degrees, saturation: 0.31, 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 #4D9174 is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 116 | - |
| CMYK | 0.47 | 0 | 0.2 | 0.43 |
| HSL | 154.41º | 0.31% | 0.44% | - |
| HSV(B) | 154.41º | 0.47% | 0.57% | - |
| XYZ | 16.34 | 23.09 | 20.12 | - |
| YUV | 121.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 116 | 0.47 | 0 | 0.2 | 0.43 | 154.41 | 0.31 | 0.44 |
| Hex | 4D | 91 | 74 | 2F | 0 | 14 | 2B | 9A | 1F | 2C |
| Octal | 115 | 221 | 164 | 57 | 0 | 24 | 53 | 232 | 37 | 54 |
| Binary | 1001101 | 10010001 | 1110100 | 101111 | 0 | 10100 | 101011 | 10011010 | 11111 | 101100 |
Color Harmonies of #4D9174
Complementary color
Monochromatic Colors of #4D9174
Black with #4D9174
Text Example
Text Example
White with #4D9174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9174; }
p { color: rgb(77,145,116); }
H1.HeaderClassName
{
color: #4D9174;
}
.AnyTagClassName
{
color: #4D9174;
}
</style>
background-color css
<style>
a { background-color: #4D9174; }
a { background-color: rgb(77,145,116); }
div.DivClassName
{
background-color: #4D9174;
}
.BgClassName
{
background-color: #4D9174;
}
</style>
border-color css
<style>
span { border-color: #4D9174; }
span { border-color: rgb(77,145,116); }
td.TdClassName
{
border-color: #4D9174;
}
.TagClassName
{
border-color: #4D9174;
}
</style>