Shades of Watercourse #046C53
Tints of Watercourse #046C53
RGB
CMYK
RGB Variations
Color information
#046C53 (or 0x046C53) is known color: Watercourse. HEX triplet: 04, 6C and 53. RGB value is (4,108,83). Sum of RGB (Red+Green+Blue) = 4+108+83=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #046C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C53 is #FB93AC. Grayscale: #4A4A4A. Windows color (decimal): -16487341 or 5467140. OLE color: 5467140.
HSL color Cylindrical-coordinate representation of color #046C53: hue angle of 165.58º 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 #046C53 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 108 | 83 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.58 |
| HSL | 165.58º | 0.93% | 0.22% | - |
| HSV(B) | 165.58º | 0.96% | 0.42% | - |
| XYZ | 6.97 | 11.38 | 10.01 | - |
| YUV | 74.05 | 133.04 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 83 | 0.96 | 0 | 0.23 | 0.58 | 165.58 | 0.93 | 0.22 |
| Hex | 4 | 6C | 53 | 60 | 0 | 17 | 3A | A6 | 5D | 16 |
| Octal | 4 | 154 | 123 | 140 | 0 | 27 | 72 | 246 | 135 | 26 |
| Binary | 100 | 1101100 | 1010011 | 1100000 | 0 | 10111 | 111010 | 10100110 | 1011101 | 10110 |
Color Harmonies of #046C53
Complementary color
Monochromatic Colors of #046C53
Black with #046C53
Text Example
Text Example
White with #046C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C53; }
p { color: rgb(4,108,83); }
H1.HeaderClassName
{
color: #046C53;
}
.AnyTagClassName
{
color: #046C53;
}
</style>
background-color css
<style>
a { background-color: #046C53; }
a { background-color: rgb(4,108,83); }
div.DivClassName
{
background-color: #046C53;
}
.BgClassName
{
background-color: #046C53;
}
</style>
border-color css
<style>
span { border-color: #046C53; }
span { border-color: rgb(4,108,83); }
td.TdClassName
{
border-color: #046C53;
}
.TagClassName
{
border-color: #046C53;
}
</style>