Shades of Watercourse #046652
Tints of Watercourse #046652
RGB
CMYK
RGB Variations
Color information
#046652 (or 0x046652) is known color: Watercourse. HEX triplet: 04, 66 and 52. RGB value is (4,102,82). Sum of RGB (Red+Green+Blue) = 4+102+82=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #046652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046652 is #FB99AD. Grayscale: #464646. Windows color (decimal): -16488878 or 5400068. OLE color: 5400068.
HSL color Cylindrical-coordinate representation of color #046652: hue angle of 167.76º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046652 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 102 | 82 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.6 |
| HSL | 167.76º | 0.92% | 0.21% | - |
| HSV(B) | 167.76º | 0.96% | 0.4% | - |
| XYZ | 6.32 | 10.14 | 9.61 | - |
| YUV | 70.42 | 134.53 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 82 | 0.96 | 0 | 0.20 | 0.6 | 167.76 | 0.92 | 0.21 |
| Hex | 4 | 66 | 52 | 60 | 0 | 14 | 3C | A8 | 5C | 15 |
| Octal | 4 | 146 | 122 | 140 | 0 | 24 | 74 | 250 | 134 | 25 |
| Binary | 100 | 1100110 | 1010010 | 1100000 | 0 | 10100 | 111100 | 10101000 | 1011100 | 10101 |
Color Harmonies of #046652
Complementary color
Monochromatic Colors of #046652
Black with #046652
Text Example
Text Example
White with #046652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046652; }
p { color: rgb(4,102,82); }
H1.HeaderClassName
{
color: #046652;
}
.AnyTagClassName
{
color: #046652;
}
</style>
background-color css
<style>
a { background-color: #046652; }
a { background-color: rgb(4,102,82); }
div.DivClassName
{
background-color: #046652;
}
.BgClassName
{
background-color: #046652;
}
</style>
border-color css
<style>
span { border-color: #046652; }
span { border-color: rgb(4,102,82); }
td.TdClassName
{
border-color: #046652;
}
.TagClassName
{
border-color: #046652;
}
</style>