Shades of Cutty Sark #4D9074
Tints of Cutty Sark #4D9074
RGB
CMYK
RGB Variations
Color information
#4D9074 (or 0x4D9074) is known color: Cutty Sark. HEX triplet: 4D, 90 and 74. RGB value is (77,144,116). Sum of RGB (Red+Green+Blue) = 77+144+116=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #4D9074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9074 is #B26F8B. Grayscale: #787878. Windows color (decimal): -11693964 or 7639117. OLE color: 7639117.
HSL color Cylindrical-coordinate representation of color #4D9074: hue angle of 154.93º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D9074 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 116 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.44 |
| HSL | 154.93º | 0.3% | 0.43% | - |
| HSV(B) | 154.93º | 0.47% | 0.56% | - |
| XYZ | 16.19 | 22.79 | 20.07 | - |
| YUV | 120.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 116 | 0.47 | 0 | 0.19 | 0.44 | 154.93 | 0.3 | 0.43 |
| Hex | 4D | 90 | 74 | 2F | 0 | 13 | 2C | 9B | 1E | 2B |
| Octal | 115 | 220 | 164 | 57 | 0 | 23 | 54 | 233 | 36 | 53 |
| Binary | 1001101 | 10010000 | 1110100 | 101111 | 0 | 10011 | 101100 | 10011011 | 11110 | 101011 |
Color Harmonies of #4D9074
Complementary color
Monochromatic Colors of #4D9074
Black with #4D9074
Text Example
Text Example
White with #4D9074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9074; }
p { color: rgb(77,144,116); }
H1.HeaderClassName
{
color: #4D9074;
}
.AnyTagClassName
{
color: #4D9074;
}
</style>
background-color css
<style>
a { background-color: #4D9074; }
a { background-color: rgb(77,144,116); }
div.DivClassName
{
background-color: #4D9074;
}
.BgClassName
{
background-color: #4D9074;
}
</style>
border-color css
<style>
span { border-color: #4D9074; }
span { border-color: rgb(77,144,116); }
td.TdClassName
{
border-color: #4D9074;
}
.TagClassName
{
border-color: #4D9074;
}
</style>