Shades of Cutty Sark #4F9477
Tints of Cutty Sark #4F9477
RGB
CMYK
RGB Variations
Color information
#4F9477 (or 0x4F9477) is known color: Cutty Sark. HEX triplet: 4F, 94 and 77. RGB value is (79,148,119). Sum of RGB (Red+Green+Blue) = 79+148+119=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #4F9477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9477 is #B06B88. Grayscale: #7C7C7C. Windows color (decimal): -11561865 or 7836751. OLE color: 7836751.
HSL color Cylindrical-coordinate representation of color #4F9477: hue angle of 154.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F9477 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 148 | 119 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.42 |
| HSL | 154.78º | 0.3% | 0.45% | - |
| HSV(B) | 154.78º | 0.47% | 0.58% | - |
| XYZ | 17.14 | 24.17 | 21.22 | - |
| YUV | 124.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 148 | 119 | 0.47 | 0 | 0.20 | 0.42 | 154.78 | 0.3 | 0.45 |
| Hex | 4F | 94 | 77 | 2F | 0 | 14 | 2A | 9B | 1E | 2D |
| Octal | 117 | 224 | 167 | 57 | 0 | 24 | 52 | 233 | 36 | 55 |
| Binary | 1001111 | 10010100 | 1110111 | 101111 | 0 | 10100 | 101010 | 10011011 | 11110 | 101101 |
Color Harmonies of #4F9477
Complementary color
Monochromatic Colors of #4F9477
Black with #4F9477
Text Example
Text Example
White with #4F9477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9477; }
p { color: rgb(79,148,119); }
H1.HeaderClassName
{
color: #4F9477;
}
.AnyTagClassName
{
color: #4F9477;
}
</style>
background-color css
<style>
a { background-color: #4F9477; }
a { background-color: rgb(79,148,119); }
div.DivClassName
{
background-color: #4F9477;
}
.BgClassName
{
background-color: #4F9477;
}
</style>
border-color css
<style>
span { border-color: #4F9477; }
span { border-color: rgb(79,148,119); }
td.TdClassName
{
border-color: #4F9477;
}
.TagClassName
{
border-color: #4F9477;
}
</style>