Shades of Watercourse #046B50
Tints of Watercourse #046B50
RGB
CMYK
RGB Variations
Color information
#046B50 (or 0x046B50) is known color: Watercourse. HEX triplet: 04, 6B and 50. RGB value is (4,107,80). Sum of RGB (Red+Green+Blue) = 4+107+80=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #046B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B50 is #FB94AF. Grayscale: #494949. Windows color (decimal): -16487600 or 5270276. OLE color: 5270276.
HSL color Cylindrical-coordinate representation of color #046B50: hue angle of 164.27º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046B50 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 107 | 80 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.58 |
| HSL | 164.27º | 0.93% | 0.22% | - |
| HSV(B) | 164.27º | 0.96% | 0.42% | - |
| XYZ | 6.76 | 11.12 | 9.38 | - |
| YUV | 73.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 107 | 80 | 0.96 | 0 | 0.25 | 0.58 | 164.27 | 0.93 | 0.22 |
| Hex | 4 | 6B | 50 | 60 | 0 | 19 | 3A | A4 | 5D | 16 |
| Octal | 4 | 153 | 120 | 140 | 0 | 31 | 72 | 244 | 135 | 26 |
| Binary | 100 | 1101011 | 1010000 | 1100000 | 0 | 11001 | 111010 | 10100100 | 1011101 | 10110 |
Color Harmonies of #046B50
Complementary color
Monochromatic Colors of #046B50
Black with #046B50
Text Example
Text Example
White with #046B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046B50; }
p { color: rgb(4,107,80); }
H1.HeaderClassName
{
color: #046B50;
}
.AnyTagClassName
{
color: #046B50;
}
</style>
background-color css
<style>
a { background-color: #046B50; }
a { background-color: rgb(4,107,80); }
div.DivClassName
{
background-color: #046B50;
}
.BgClassName
{
background-color: #046B50;
}
</style>
border-color css
<style>
span { border-color: #046B50; }
span { border-color: rgb(4,107,80); }
td.TdClassName
{
border-color: #046B50;
}
.TagClassName
{
border-color: #046B50;
}
</style>