Shades of Cutty Sark #4F8873
Tints of Cutty Sark #4F8873
RGB
CMYK
RGB Variations
Color information
#4F8873 (or 0x4F8873) is known color: Cutty Sark. HEX triplet: 4F, 88 and 73. RGB value is (79,136,115). Sum of RGB (Red+Green+Blue) = 79+136+115=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #4F8873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8873 is #B0778C. Grayscale: #747474. Windows color (decimal): -11564941 or 7571535. OLE color: 7571535.
HSL color Cylindrical-coordinate representation of color #4F8873: hue angle of 157.89º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F8873 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 136 | 115 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.47 |
| HSL | 157.89º | 0.27% | 0.42% | - |
| HSV(B) | 157.89º | 0.42% | 0.53% | - |
| XYZ | 15.12 | 20.51 | 19.38 | - |
| YUV | 116.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 136 | 115 | 0.42 | 0 | 0.15 | 0.47 | 157.89 | 0.27 | 0.42 |
| Hex | 4F | 88 | 73 | 2A | 0 | F | 2F | 9E | 1B | 2A |
| Octal | 117 | 210 | 163 | 52 | 0 | 17 | 57 | 236 | 33 | 52 |
| Binary | 1001111 | 10001000 | 1110011 | 101010 | 0 | 1111 | 101111 | 10011110 | 11011 | 101010 |
Color Harmonies of #4F8873
Complementary color
Monochromatic Colors of #4F8873
Black with #4F8873
Text Example
Text Example
White with #4F8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8873; }
p { color: rgb(79,136,115); }
H1.HeaderClassName
{
color: #4F8873;
}
.AnyTagClassName
{
color: #4F8873;
}
</style>
background-color css
<style>
a { background-color: #4F8873; }
a { background-color: rgb(79,136,115); }
div.DivClassName
{
background-color: #4F8873;
}
.BgClassName
{
background-color: #4F8873;
}
</style>
border-color css
<style>
span { border-color: #4F8873; }
span { border-color: rgb(79,136,115); }
td.TdClassName
{
border-color: #4F8873;
}
.TagClassName
{
border-color: #4F8873;
}
</style>