Shades of Cutty Sark #4F846A
Tints of Cutty Sark #4F846A
RGB
CMYK
RGB Variations
Color information
#4F846A (or 0x4F846A) is known color: Cutty Sark. HEX triplet: 4F, 84 and 6A. RGB value is (79,132,106). Sum of RGB (Red+Green+Blue) = 79+132+106=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #4F846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F846A is #B07B95. Grayscale: #717171. Windows color (decimal): -11565974 or 6980687. OLE color: 6980687.
HSL color Cylindrical-coordinate representation of color #4F846A: hue angle of 150.57º 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 #4F846A is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 132 | 106 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.48 |
| HSL | 150.57º | 0.25% | 0.41% | - |
| HSV(B) | 150.57º | 0.4% | 0.52% | - |
| XYZ | 14.08 | 19.21 | 16.6 | - |
| YUV | 113.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 132 | 106 | 0.40 | 0 | 0.20 | 0.48 | 150.57 | 0.25 | 0.41 |
| Hex | 4F | 84 | 6A | 28 | 0 | 14 | 30 | 97 | 19 | 29 |
| Octal | 117 | 204 | 152 | 50 | 0 | 24 | 60 | 227 | 31 | 51 |
| Binary | 1001111 | 10000100 | 1101010 | 101000 | 0 | 10100 | 110000 | 10010111 | 11001 | 101001 |
Color Harmonies of #4F846A
Complementary color
Monochromatic Colors of #4F846A
Black with #4F846A
Text Example
Text Example
White with #4F846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F846A; }
p { color: rgb(79,132,106); }
H1.HeaderClassName
{
color: #4F846A;
}
.AnyTagClassName
{
color: #4F846A;
}
</style>
background-color css
<style>
a { background-color: #4F846A; }
a { background-color: rgb(79,132,106); }
div.DivClassName
{
background-color: #4F846A;
}
.BgClassName
{
background-color: #4F846A;
}
</style>
border-color css
<style>
span { border-color: #4F846A; }
span { border-color: rgb(79,132,106); }
td.TdClassName
{
border-color: #4F846A;
}
.TagClassName
{
border-color: #4F846A;
}
</style>