Shades of Cutty Sark #4D9275
Tints of Cutty Sark #4D9275
RGB
CMYK
RGB Variations
Color information
#4D9275 (or 0x4D9275) is known color: Cutty Sark. HEX triplet: 4D, 92 and 75. RGB value is (77,146,117). Sum of RGB (Red+Green+Blue) = 77+146+117=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #4D9275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9275 is #B26D8A. Grayscale: #7A7A7A. Windows color (decimal): -11693451 or 7705165. OLE color: 7705165.
HSL color Cylindrical-coordinate representation of color #4D9275: hue angle of 154.78º 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 #4D9275 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 146 | 117 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.43 |
| HSL | 154.78º | 0.31% | 0.44% | - |
| HSV(B) | 154.78º | 0.47% | 0.57% | - |
| XYZ | 16.55 | 23.42 | 20.48 | - |
| YUV | 122.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 117 | 0.47 | 0 | 0.20 | 0.43 | 154.78 | 0.31 | 0.44 |
| Hex | 4D | 92 | 75 | 2F | 0 | 14 | 2B | 9B | 1F | 2C |
| Octal | 115 | 222 | 165 | 57 | 0 | 24 | 53 | 233 | 37 | 54 |
| Binary | 1001101 | 10010010 | 1110101 | 101111 | 0 | 10100 | 101011 | 10011011 | 11111 | 101100 |
Color Harmonies of #4D9275
Complementary color
Monochromatic Colors of #4D9275
Black with #4D9275
Text Example
Text Example
White with #4D9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9275; }
p { color: rgb(77,146,117); }
H1.HeaderClassName
{
color: #4D9275;
}
.AnyTagClassName
{
color: #4D9275;
}
</style>
background-color css
<style>
a { background-color: #4D9275; }
a { background-color: rgb(77,146,117); }
div.DivClassName
{
background-color: #4D9275;
}
.BgClassName
{
background-color: #4D9275;
}
</style>
border-color css
<style>
span { border-color: #4D9275; }
span { border-color: rgb(77,146,117); }
td.TdClassName
{
border-color: #4D9275;
}
.TagClassName
{
border-color: #4D9275;
}
</style>