Shades of Watercourse #047448
Tints of Watercourse #047448
RGB
CMYK
RGB Variations
Color information
#047448 (or 0x047448) is known color: Watercourse. HEX triplet: 04, 74 and 48. RGB value is (4,116,72). Sum of RGB (Red+Green+Blue) = 4+116+72=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #047448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047448 is #FB8BB7. Grayscale: #4D4D4D. Windows color (decimal): -16485304 or 4748292. OLE color: 4748292.
HSL color Cylindrical-coordinate representation of color #047448: hue angle of 156.43º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047448 is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 116 | 72 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.55 |
| HSL | 156.43º | 0.93% | 0.24% | - |
| HSV(B) | 156.43º | 0.97% | 0.45% | - |
| XYZ | 7.47 | 12.98 | 8.24 | - |
| YUV | 77.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 116 | 72 | 0.97 | 0 | 0.38 | 0.55 | 156.43 | 0.93 | 0.24 |
| Hex | 4 | 74 | 48 | 61 | 0 | 26 | 37 | 9C | 5D | 18 |
| Octal | 4 | 164 | 110 | 141 | 0 | 46 | 67 | 234 | 135 | 30 |
| Binary | 100 | 1110100 | 1001000 | 1100001 | 0 | 100110 | 110111 | 10011100 | 1011101 | 11000 |
Color Harmonies of #047448
Complementary color
Monochromatic Colors of #047448
Black with #047448
Text Example
Text Example
White with #047448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047448; }
p { color: rgb(4,116,72); }
H1.HeaderClassName
{
color: #047448;
}
.AnyTagClassName
{
color: #047448;
}
</style>
background-color css
<style>
a { background-color: #047448; }
a { background-color: rgb(4,116,72); }
div.DivClassName
{
background-color: #047448;
}
.BgClassName
{
background-color: #047448;
}
</style>
border-color css
<style>
span { border-color: #047448; }
span { border-color: rgb(4,116,72); }
td.TdClassName
{
border-color: #047448;
}
.TagClassName
{
border-color: #047448;
}
</style>