Shades of Cutty Sark #4F8974
Tints of Cutty Sark #4F8974
RGB
CMYK
RGB Variations
Color information
#4F8974 (or 0x4F8974) is known color: Cutty Sark. HEX triplet: 4F, 89 and 74. RGB value is (79,137,116). Sum of RGB (Red+Green+Blue) = 79+137+116=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #4F8974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8974 is #B0768B. Grayscale: #757575. Windows color (decimal): -11564684 or 7637327. OLE color: 7637327.
HSL color Cylindrical-coordinate representation of color #4F8974: hue angle of 158.28º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F8974 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 137 | 116 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.46 |
| HSL | 158.28º | 0.27% | 0.42% | - |
| HSV(B) | 158.28º | 0.42% | 0.54% | - |
| XYZ | 15.32 | 20.81 | 19.73 | - |
| YUV | 117.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 116 | 0.42 | 0 | 0.15 | 0.46 | 158.28 | 0.27 | 0.42 |
| Hex | 4F | 89 | 74 | 2A | 0 | F | 2E | 9E | 1B | 2A |
| Octal | 117 | 211 | 164 | 52 | 0 | 17 | 56 | 236 | 33 | 52 |
| Binary | 1001111 | 10001001 | 1110100 | 101010 | 0 | 1111 | 101110 | 10011110 | 11011 | 101010 |
Color Harmonies of #4F8974
Complementary color
Monochromatic Colors of #4F8974
Black with #4F8974
Text Example
Text Example
White with #4F8974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8974; }
p { color: rgb(79,137,116); }
H1.HeaderClassName
{
color: #4F8974;
}
.AnyTagClassName
{
color: #4F8974;
}
</style>
background-color css
<style>
a { background-color: #4F8974; }
a { background-color: rgb(79,137,116); }
div.DivClassName
{
background-color: #4F8974;
}
.BgClassName
{
background-color: #4F8974;
}
</style>
border-color css
<style>
span { border-color: #4F8974; }
span { border-color: rgb(79,137,116); }
td.TdClassName
{
border-color: #4F8974;
}
.TagClassName
{
border-color: #4F8974;
}
</style>