Shades of Watercourse #047A53
Tints of Watercourse #047A53
RGB
CMYK
RGB Variations
Color information
#047A53 (or 0x047A53) is known color: Watercourse. HEX triplet: 04, 7A and 53. RGB value is (4,122,83). Sum of RGB (Red+Green+Blue) = 4+122+83=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 122 (48.05% from 255 or 58.37% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 122 - color contains mainly: green. Hex color #047A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047A53 is #FB85AC. Grayscale: #525252. Windows color (decimal): -16483757 or 5470724. OLE color: 5470724.
HSL color Cylindrical-coordinate representation of color #047A53: hue angle of 160.17º 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 #047A53 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 122 | 83 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.52 |
| HSL | 160.17º | 0.94% | 0.25% | - |
| HSV(B) | 160.17º | 0.97% | 0.48% | - |
| XYZ | 8.57 | 14.57 | 10.54 | - |
| YUV | 82.27 | 128.41 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 83 | 0.97 | 0 | 0.32 | 0.52 | 160.17 | 0.94 | 0.25 |
| Hex | 4 | 7A | 53 | 61 | 0 | 20 | 34 | A0 | 5E | 19 |
| Octal | 4 | 172 | 123 | 141 | 0 | 40 | 64 | 240 | 136 | 31 |
| Binary | 100 | 1111010 | 1010011 | 1100001 | 0 | 100000 | 110100 | 10100000 | 1011110 | 11001 |
Color Harmonies of #047A53
Complementary color
Monochromatic Colors of #047A53
Black with #047A53
Text Example
Text Example
White with #047A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A53; }
p { color: rgb(4,122,83); }
H1.HeaderClassName
{
color: #047A53;
}
.AnyTagClassName
{
color: #047A53;
}
</style>
background-color css
<style>
a { background-color: #047A53; }
a { background-color: rgb(4,122,83); }
div.DivClassName
{
background-color: #047A53;
}
.BgClassName
{
background-color: #047A53;
}
</style>
border-color css
<style>
span { border-color: #047A53; }
span { border-color: rgb(4,122,83); }
td.TdClassName
{
border-color: #047A53;
}
.TagClassName
{
border-color: #047A53;
}
</style>