Shades of Cutty Sark #4F8A74
Tints of Cutty Sark #4F8A74
RGB
CMYK
RGB Variations
Color information
#4F8A74 (or 0x4F8A74) is known color: Cutty Sark. HEX triplet: 4F, 8A and 74. RGB value is (79,138,116). Sum of RGB (Red+Green+Blue) = 79+138+116=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #4F8A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8A74 is #B0758B. Grayscale: #757575. Windows color (decimal): -11564428 or 7637583. OLE color: 7637583.
HSL color Cylindrical-coordinate representation of color #4F8A74: hue angle of 157.63º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F8A74 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 138 | 116 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.46 |
| HSL | 157.63º | 0.27% | 0.43% | - |
| HSV(B) | 157.63º | 0.43% | 0.54% | - |
| XYZ | 15.47 | 21.1 | 19.78 | - |
| YUV | 117.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 138 | 116 | 0.43 | 0 | 0.16 | 0.46 | 157.63 | 0.27 | 0.43 |
| Hex | 4F | 8A | 74 | 2B | 0 | 10 | 2E | 9E | 1B | 2B |
| Octal | 117 | 212 | 164 | 53 | 0 | 20 | 56 | 236 | 33 | 53 |
| Binary | 1001111 | 10001010 | 1110100 | 101011 | 0 | 10000 | 101110 | 10011110 | 11011 | 101011 |
Color Harmonies of #4F8A74
Complementary color
Monochromatic Colors of #4F8A74
Black with #4F8A74
Text Example
Text Example
White with #4F8A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8A74; }
p { color: rgb(79,138,116); }
H1.HeaderClassName
{
color: #4F8A74;
}
.AnyTagClassName
{
color: #4F8A74;
}
</style>
background-color css
<style>
a { background-color: #4F8A74; }
a { background-color: rgb(79,138,116); }
div.DivClassName
{
background-color: #4F8A74;
}
.BgClassName
{
background-color: #4F8A74;
}
</style>
border-color css
<style>
span { border-color: #4F8A74; }
span { border-color: rgb(79,138,116); }
td.TdClassName
{
border-color: #4F8A74;
}
.TagClassName
{
border-color: #4F8A74;
}
</style>