Shades of Cutty Sark #4F9172
Tints of Cutty Sark #4F9172
RGB
CMYK
RGB Variations
Color information
#4F9172 (or 0x4F9172) is known color: Cutty Sark. HEX triplet: 4F, 91 and 72. RGB value is (79,145,114). Sum of RGB (Red+Green+Blue) = 79+145+114=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9172 is #B06E8D. Grayscale: #797979. Windows color (decimal): -11562638 or 7508303. OLE color: 7508303.
HSL color Cylindrical-coordinate representation of color #4F9172: hue angle of 151.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F9172 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 145 | 114 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.43 |
| HSL | 151.82º | 0.29% | 0.44% | - |
| HSV(B) | 151.82º | 0.46% | 0.57% | - |
| XYZ | 16.39 | 23.13 | 19.52 | - |
| YUV | 121.73 | 123.63 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 145 | 114 | 0.46 | 0 | 0.21 | 0.43 | 151.82 | 0.29 | 0.44 |
| Hex | 4F | 91 | 72 | 2E | 0 | 15 | 2B | 98 | 1D | 2C |
| Octal | 117 | 221 | 162 | 56 | 0 | 25 | 53 | 230 | 35 | 54 |
| Binary | 1001111 | 10010001 | 1110010 | 101110 | 0 | 10101 | 101011 | 10011000 | 11101 | 101100 |
Color Harmonies of #4F9172
Complementary color
Monochromatic Colors of #4F9172
Black with #4F9172
Text Example
Text Example
White with #4F9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9172; }
p { color: rgb(79,145,114); }
H1.HeaderClassName
{
color: #4F9172;
}
.AnyTagClassName
{
color: #4F9172;
}
</style>
background-color css
<style>
a { background-color: #4F9172; }
a { background-color: rgb(79,145,114); }
div.DivClassName
{
background-color: #4F9172;
}
.BgClassName
{
background-color: #4F9172;
}
</style>
border-color css
<style>
span { border-color: #4F9172; }
span { border-color: rgb(79,145,114); }
td.TdClassName
{
border-color: #4F9172;
}
.TagClassName
{
border-color: #4F9172;
}
</style>