Shades of Cutty Sark #4F8A6C
Tints of Cutty Sark #4F8A6C
RGB
CMYK
RGB Variations
Color information
#4F8A6C (or 0x4F8A6C) is known color: Cutty Sark. HEX triplet: 4F, 8A and 6C. RGB value is (79,138,108). Sum of RGB (Red+Green+Blue) = 79+138+108=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 138 - color contains mainly: green. Hex color #4F8A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8A6C is #B07593. Grayscale: #757575. Windows color (decimal): -11564436 or 7113295. OLE color: 7113295.
HSL color Cylindrical-coordinate representation of color #4F8A6C: hue angle of 149.49º 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 #4F8A6C is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 138 | 108 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.46 |
| HSL | 149.49º | 0.27% | 0.43% | - |
| HSV(B) | 149.49º | 0.43% | 0.54% | - |
| XYZ | 15.02 | 20.92 | 17.43 | - |
| YUV | 116.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 138 | 108 | 0.43 | 0 | 0.22 | 0.46 | 149.49 | 0.27 | 0.43 |
| Hex | 4F | 8A | 6C | 2B | 0 | 16 | 2E | 95 | 1B | 2B |
| Octal | 117 | 212 | 154 | 53 | 0 | 26 | 56 | 225 | 33 | 53 |
| Binary | 1001111 | 10001010 | 1101100 | 101011 | 0 | 10110 | 101110 | 10010101 | 11011 | 101011 |
Color Harmonies of #4F8A6C
Complementary color
Monochromatic Colors of #4F8A6C
Black with #4F8A6C
Text Example
Text Example
White with #4F8A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8A6C; }
p { color: rgb(79,138,108); }
H1.HeaderClassName
{
color: #4F8A6C;
}
.AnyTagClassName
{
color: #4F8A6C;
}
</style>
background-color css
<style>
a { background-color: #4F8A6C; }
a { background-color: rgb(79,138,108); }
div.DivClassName
{
background-color: #4F8A6C;
}
.BgClassName
{
background-color: #4F8A6C;
}
</style>
border-color css
<style>
span { border-color: #4F8A6C; }
span { border-color: rgb(79,138,108); }
td.TdClassName
{
border-color: #4F8A6C;
}
.TagClassName
{
border-color: #4F8A6C;
}
</style>