Shades of Watercourse #046C4F
Tints of Watercourse #046C4F
RGB
CMYK
RGB Variations
Color information
#046C4F (or 0x046C4F) is known color: Watercourse. HEX triplet: 04, 6C and 4F. RGB value is (4,108,79). Sum of RGB (Red+Green+Blue) = 4+108+79=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #046C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C4F is #FB93B0. Grayscale: #494949. Windows color (decimal): -16487345 or 5204996. OLE color: 5204996.
HSL color Cylindrical-coordinate representation of color #046C4F: hue angle of 163.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 #046C4F is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 108 | 79 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.58 |
| HSL | 163.27º | 0.93% | 0.22% | - |
| HSV(B) | 163.27º | 0.96% | 0.42% | - |
| XYZ | 6.82 | 11.32 | 9.22 | - |
| YUV | 73.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 79 | 0.96 | 0 | 0.27 | 0.58 | 163.27 | 0.93 | 0.22 |
| Hex | 4 | 6C | 4F | 60 | 0 | 1B | 3A | A3 | 5D | 16 |
| Octal | 4 | 154 | 117 | 140 | 0 | 33 | 72 | 243 | 135 | 26 |
| Binary | 100 | 1101100 | 1001111 | 1100000 | 0 | 11011 | 111010 | 10100011 | 1011101 | 10110 |
Color Harmonies of #046C4F
Complementary color
Monochromatic Colors of #046C4F
Black with #046C4F
Text Example
Text Example
White with #046C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C4F; }
p { color: rgb(4,108,79); }
H1.HeaderClassName
{
color: #046C4F;
}
.AnyTagClassName
{
color: #046C4F;
}
</style>
background-color css
<style>
a { background-color: #046C4F; }
a { background-color: rgb(4,108,79); }
div.DivClassName
{
background-color: #046C4F;
}
.BgClassName
{
background-color: #046C4F;
}
</style>
border-color css
<style>
span { border-color: #046C4F; }
span { border-color: rgb(4,108,79); }
td.TdClassName
{
border-color: #046C4F;
}
.TagClassName
{
border-color: #046C4F;
}
</style>