Shades of Watercourse #046E52
Tints of Watercourse #046E52
RGB
CMYK
RGB Variations
Color information
#046E52 (or 0x046E52) is known color: Watercourse. HEX triplet: 04, 6E and 52. RGB value is (4,110,82). Sum of RGB (Red+Green+Blue) = 4+110+82=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 110 (43.36% from 255 or 56.12% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 110 - color contains mainly: green. Hex color #046E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046E52 is #FB91AD. Grayscale: #4B4B4B. Windows color (decimal): -16486830 or 5402116. OLE color: 5402116.
HSL color Cylindrical-coordinate representation of color #046E52: hue angle of 164.15º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046E52 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 110 | 82 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.57 |
| HSL | 164.15º | 0.93% | 0.22% | - |
| HSV(B) | 164.15º | 0.96% | 0.43% | - |
| XYZ | 7.15 | 11.79 | 9.88 | - |
| YUV | 75.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 82 | 0.96 | 0 | 0.25 | 0.57 | 164.15 | 0.93 | 0.22 |
| Hex | 4 | 6E | 52 | 60 | 0 | 19 | 39 | A4 | 5D | 16 |
| Octal | 4 | 156 | 122 | 140 | 0 | 31 | 71 | 244 | 135 | 26 |
| Binary | 100 | 1101110 | 1010010 | 1100000 | 0 | 11001 | 111001 | 10100100 | 1011101 | 10110 |
Color Harmonies of #046E52
Complementary color
Monochromatic Colors of #046E52
Black with #046E52
Text Example
Text Example
White with #046E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046E52; }
p { color: rgb(4,110,82); }
H1.HeaderClassName
{
color: #046E52;
}
.AnyTagClassName
{
color: #046E52;
}
</style>
background-color css
<style>
a { background-color: #046E52; }
a { background-color: rgb(4,110,82); }
div.DivClassName
{
background-color: #046E52;
}
.BgClassName
{
background-color: #046E52;
}
</style>
border-color css
<style>
span { border-color: #046E52; }
span { border-color: rgb(4,110,82); }
td.TdClassName
{
border-color: #046E52;
}
.TagClassName
{
border-color: #046E52;
}
</style>