Shades of Cutty Sark #4F8573
Tints of Cutty Sark #4F8573
RGB
CMYK
RGB Variations
Color information
#4F8573 (or 0x4F8573) is known color: Cutty Sark. HEX triplet: 4F, 85 and 73. RGB value is (79,133,115). Sum of RGB (Red+Green+Blue) = 79+133+115=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8573 is #B07A8C. Grayscale: #727272. Windows color (decimal): -11565709 or 7570767. OLE color: 7570767.
HSL color Cylindrical-coordinate representation of color #4F8573: hue angle of 160º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F8573 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 115 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.48 |
| HSL | 160º | 0.25% | 0.42% | - |
| HSV(B) | 160º | 0.41% | 0.52% | - |
| XYZ | 14.71 | 19.68 | 19.24 | - |
| YUV | 114.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 115 | 0.41 | 0 | 0.14 | 0.48 | 160 | 0.25 | 0.42 |
| Hex | 4F | 85 | 73 | 29 | 0 | E | 30 | A0 | 19 | 2A |
| Octal | 117 | 205 | 163 | 51 | 0 | 16 | 60 | 240 | 31 | 52 |
| Binary | 1001111 | 10000101 | 1110011 | 101001 | 0 | 1110 | 110000 | 10100000 | 11001 | 101010 |
Color Harmonies of #4F8573
Complementary color
Monochromatic Colors of #4F8573
Black with #4F8573
Text Example
Text Example
White with #4F8573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8573; }
p { color: rgb(79,133,115); }
H1.HeaderClassName
{
color: #4F8573;
}
.AnyTagClassName
{
color: #4F8573;
}
</style>
background-color css
<style>
a { background-color: #4F8573; }
a { background-color: rgb(79,133,115); }
div.DivClassName
{
background-color: #4F8573;
}
.BgClassName
{
background-color: #4F8573;
}
</style>
border-color css
<style>
span { border-color: #4F8573; }
span { border-color: rgb(79,133,115); }
td.TdClassName
{
border-color: #4F8573;
}
.TagClassName
{
border-color: #4F8573;
}
</style>