Shades of Cutty Sark #4F8473
Tints of Cutty Sark #4F8473
RGB
CMYK
RGB Variations
Color information
#4F8473 (or 0x4F8473) is known color: Cutty Sark. HEX triplet: 4F, 84 and 73. RGB value is (79,132,115). Sum of RGB (Red+Green+Blue) = 79+132+115=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #4F8473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8473 is #B07B8C. Grayscale: #727272. Windows color (decimal): -11565965 or 7570511. OLE color: 7570511.
HSL color Cylindrical-coordinate representation of color #4F8473: hue angle of 160.75º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F8473 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 132 | 115 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.48 |
| HSL | 160.75º | 0.25% | 0.41% | - |
| HSV(B) | 160.75º | 0.4% | 0.52% | - |
| XYZ | 14.57 | 19.4 | 19.2 | - |
| YUV | 114.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 115 | 0.40 | 0 | 0.13 | 0.48 | 160.75 | 0.25 | 0.41 |
| Hex | 4F | 84 | 73 | 28 | 0 | D | 30 | A1 | 19 | 29 |
| Octal | 117 | 204 | 163 | 50 | 0 | 15 | 60 | 241 | 31 | 51 |
| Binary | 1001111 | 10000100 | 1110011 | 101000 | 0 | 1101 | 110000 | 10100001 | 11001 | 101001 |
Color Harmonies of #4F8473
Complementary color
Monochromatic Colors of #4F8473
Black with #4F8473
Text Example
Text Example
White with #4F8473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8473; }
p { color: rgb(79,132,115); }
H1.HeaderClassName
{
color: #4F8473;
}
.AnyTagClassName
{
color: #4F8473;
}
</style>
background-color css
<style>
a { background-color: #4F8473; }
a { background-color: rgb(79,132,115); }
div.DivClassName
{
background-color: #4F8473;
}
.BgClassName
{
background-color: #4F8473;
}
</style>
border-color css
<style>
span { border-color: #4F8473; }
span { border-color: rgb(79,132,115); }
td.TdClassName
{
border-color: #4F8473;
}
.TagClassName
{
border-color: #4F8473;
}
</style>