Shades of Cutty Sark #4F846D
Tints of Cutty Sark #4F846D
RGB
CMYK
RGB Variations
Color information
#4F846D (or 0x4F846D) is known color: Cutty Sark. HEX triplet: 4F, 84 and 6D. RGB value is (79,132,109). Sum of RGB (Red+Green+Blue) = 79+132+109=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #4F846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F846D is #B07B92. Grayscale: #717171. Windows color (decimal): -11565971 or 7177295. OLE color: 7177295.
HSL color Cylindrical-coordinate representation of color #4F846D: hue angle of 153.96º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F846D is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 132 | 109 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.48 |
| HSL | 153.96º | 0.25% | 0.41% | - |
| HSV(B) | 153.96º | 0.4% | 0.52% | - |
| XYZ | 14.24 | 19.27 | 17.44 | - |
| YUV | 113.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 109 | 0.40 | 0 | 0.17 | 0.48 | 153.96 | 0.25 | 0.41 |
| Hex | 4F | 84 | 6D | 28 | 0 | 11 | 30 | 9A | 19 | 29 |
| Octal | 117 | 204 | 155 | 50 | 0 | 21 | 60 | 232 | 31 | 51 |
| Binary | 1001111 | 10000100 | 1101101 | 101000 | 0 | 10001 | 110000 | 10011010 | 11001 | 101001 |
Color Harmonies of #4F846D
Complementary color
Monochromatic Colors of #4F846D
Black with #4F846D
Text Example
Text Example
White with #4F846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F846D; }
p { color: rgb(79,132,109); }
H1.HeaderClassName
{
color: #4F846D;
}
.AnyTagClassName
{
color: #4F846D;
}
</style>
background-color css
<style>
a { background-color: #4F846D; }
a { background-color: rgb(79,132,109); }
div.DivClassName
{
background-color: #4F846D;
}
.BgClassName
{
background-color: #4F846D;
}
</style>
border-color css
<style>
span { border-color: #4F846D; }
span { border-color: rgb(79,132,109); }
td.TdClassName
{
border-color: #4F846D;
}
.TagClassName
{
border-color: #4F846D;
}
</style>