Shades of Watercourse #04704B
Tints of Watercourse #04704B
RGB
CMYK
RGB Variations
Color information
#04704B (or 0x04704B) is known color: Watercourse. HEX triplet: 04, 70 and 4B. RGB value is (4,112,75). Sum of RGB (Red+Green+Blue) = 4+112+75=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #04704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04704B is #FB8FB4. Grayscale: #4B4B4B. Windows color (decimal): -16486325 or 4943876. OLE color: 4943876.
HSL color Cylindrical-coordinate representation of color #04704B: hue angle of 159.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04704B is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 112 | 75 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.56 |
| HSL | 159.44º | 0.93% | 0.23% | - |
| HSV(B) | 159.44º | 0.96% | 0.44% | - |
| XYZ | 7.11 | 12.12 | 8.62 | - |
| YUV | 75.49 | 127.72 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 75 | 0.96 | 0 | 0.33 | 0.56 | 159.44 | 0.93 | 0.23 |
| Hex | 4 | 70 | 4B | 60 | 0 | 21 | 38 | 9F | 5D | 17 |
| Octal | 4 | 160 | 113 | 140 | 0 | 41 | 70 | 237 | 135 | 27 |
| Binary | 100 | 1110000 | 1001011 | 1100000 | 0 | 100001 | 111000 | 10011111 | 1011101 | 10111 |
Color Harmonies of #04704B
Complementary color
Monochromatic Colors of #04704B
Black with #04704B
Text Example
Text Example
White with #04704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04704B; }
p { color: rgb(4,112,75); }
H1.HeaderClassName
{
color: #04704B;
}
.AnyTagClassName
{
color: #04704B;
}
</style>
background-color css
<style>
a { background-color: #04704B; }
a { background-color: rgb(4,112,75); }
div.DivClassName
{
background-color: #04704B;
}
.BgClassName
{
background-color: #04704B;
}
</style>
border-color css
<style>
span { border-color: #04704B; }
span { border-color: rgb(4,112,75); }
td.TdClassName
{
border-color: #04704B;
}
.TagClassName
{
border-color: #04704B;
}
</style>