Shades of Watercourse #047A49
Tints of Watercourse #047A49
RGB
CMYK
RGB Variations
Color information
#047A49 (or 0x047A49) is known color: Watercourse. HEX triplet: 04, 7A and 49. RGB value is (4,122,73). Sum of RGB (Red+Green+Blue) = 4+122+73=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #047A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047A49 is #FB85B6. Grayscale: #515151. Windows color (decimal): -16483767 or 4815364. OLE color: 4815364.
HSL color Cylindrical-coordinate representation of color #047A49: hue angle of 155.08º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A49 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 122 | 73 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.52 |
| HSL | 155.08º | 0.94% | 0.25% | - |
| HSV(B) | 155.08º | 0.97% | 0.48% | - |
| XYZ | 8.21 | 14.43 | 8.65 | - |
| YUV | 81.13 | 123.41 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 73 | 0.97 | 0 | 0.40 | 0.52 | 155.08 | 0.94 | 0.25 |
| Hex | 4 | 7A | 49 | 61 | 0 | 28 | 34 | 9B | 5E | 19 |
| Octal | 4 | 172 | 111 | 141 | 0 | 50 | 64 | 233 | 136 | 31 |
| Binary | 100 | 1111010 | 1001001 | 1100001 | 0 | 101000 | 110100 | 10011011 | 1011110 | 11001 |
Color Harmonies of #047A49
Complementary color
Monochromatic Colors of #047A49
Black with #047A49
Text Example
Text Example
White with #047A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A49; }
p { color: rgb(4,122,73); }
H1.HeaderClassName
{
color: #047A49;
}
.AnyTagClassName
{
color: #047A49;
}
</style>
background-color css
<style>
a { background-color: #047A49; }
a { background-color: rgb(4,122,73); }
div.DivClassName
{
background-color: #047A49;
}
.BgClassName
{
background-color: #047A49;
}
</style>
border-color css
<style>
span { border-color: #047A49; }
span { border-color: rgb(4,122,73); }
td.TdClassName
{
border-color: #047A49;
}
.TagClassName
{
border-color: #047A49;
}
</style>