Shades of Watercourse #046852
Tints of Watercourse #046852
RGB
CMYK
RGB Variations
Color information
#046852 (or 0x046852) is known color: Watercourse. HEX triplet: 04, 68 and 52. RGB value is (4,104,82). Sum of RGB (Red+Green+Blue) = 4+104+82=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #046852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046852 is #FB97AD. Grayscale: #474747. Windows color (decimal): -16488366 or 5400580. OLE color: 5400580.
HSL color Cylindrical-coordinate representation of color #046852: hue angle of 166.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046852 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 82 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.59 |
| HSL | 166.8º | 0.93% | 0.21% | - |
| HSV(B) | 166.8º | 0.96% | 0.41% | - |
| XYZ | 6.52 | 10.54 | 9.67 | - |
| YUV | 71.59 | 133.87 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 82 | 0.96 | 0 | 0.21 | 0.59 | 166.8 | 0.93 | 0.21 |
| Hex | 4 | 68 | 52 | 60 | 0 | 15 | 3B | A7 | 5D | 15 |
| Octal | 4 | 150 | 122 | 140 | 0 | 25 | 73 | 247 | 135 | 25 |
| Binary | 100 | 1101000 | 1010010 | 1100000 | 0 | 10101 | 111011 | 10100111 | 1011101 | 10101 |
Color Harmonies of #046852
Complementary color
Monochromatic Colors of #046852
Black with #046852
Text Example
Text Example
White with #046852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046852; }
p { color: rgb(4,104,82); }
H1.HeaderClassName
{
color: #046852;
}
.AnyTagClassName
{
color: #046852;
}
</style>
background-color css
<style>
a { background-color: #046852; }
a { background-color: rgb(4,104,82); }
div.DivClassName
{
background-color: #046852;
}
.BgClassName
{
background-color: #046852;
}
</style>
border-color css
<style>
span { border-color: #046852; }
span { border-color: rgb(4,104,82); }
td.TdClassName
{
border-color: #046852;
}
.TagClassName
{
border-color: #046852;
}
</style>