Shades of Cutty Sark #4F8472
Tints of Cutty Sark #4F8472
RGB
CMYK
RGB Variations
Color information
#4F8472 (or 0x4F8472) is known color: Cutty Sark. HEX triplet: 4F, 84 and 72. RGB value is (79,132,114). Sum of RGB (Red+Green+Blue) = 79+132+114=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #4F8472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8472 is #B07B8D. Grayscale: #727272. Windows color (decimal): -11565966 or 7504975. OLE color: 7504975.
HSL color Cylindrical-coordinate representation of color #4F8472: hue angle of 159.62º 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 #4F8472 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 132 | 114 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.48 |
| HSL | 159.62º | 0.25% | 0.41% | - |
| HSV(B) | 159.62º | 0.4% | 0.52% | - |
| XYZ | 14.51 | 19.38 | 18.9 | - |
| YUV | 114.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 114 | 0.40 | 0 | 0.14 | 0.48 | 159.62 | 0.25 | 0.41 |
| Hex | 4F | 84 | 72 | 28 | 0 | E | 30 | A0 | 19 | 29 |
| Octal | 117 | 204 | 162 | 50 | 0 | 16 | 60 | 240 | 31 | 51 |
| Binary | 1001111 | 10000100 | 1110010 | 101000 | 0 | 1110 | 110000 | 10100000 | 11001 | 101001 |
Color Harmonies of #4F8472
Complementary color
Monochromatic Colors of #4F8472
Black with #4F8472
Text Example
Text Example
White with #4F8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8472; }
p { color: rgb(79,132,114); }
H1.HeaderClassName
{
color: #4F8472;
}
.AnyTagClassName
{
color: #4F8472;
}
</style>
background-color css
<style>
a { background-color: #4F8472; }
a { background-color: rgb(79,132,114); }
div.DivClassName
{
background-color: #4F8472;
}
.BgClassName
{
background-color: #4F8472;
}
</style>
border-color css
<style>
span { border-color: #4F8472; }
span { border-color: rgb(79,132,114); }
td.TdClassName
{
border-color: #4F8472;
}
.TagClassName
{
border-color: #4F8472;
}
</style>