Shades of Watercourse #04694C
Tints of Watercourse #04694C
RGB
CMYK
RGB Variations
Color information
#04694C (or 0x04694C) is known color: Watercourse. HEX triplet: 04, 69 and 4C. RGB value is (4,105,76). Sum of RGB (Red+Green+Blue) = 4+105+76=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #04694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04694C is #FB96B3. Grayscale: #474747. Windows color (decimal): -16488116 or 5007620. OLE color: 5007620.
HSL color Cylindrical-coordinate representation of color #04694C: hue angle of 162.77º 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 #04694C is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 105 | 76 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.59 |
| HSL | 162.77º | 0.93% | 0.21% | - |
| HSV(B) | 162.77º | 0.96% | 0.41% | - |
| XYZ | 6.41 | 10.65 | 8.56 | - |
| YUV | 71.5 | 130.54 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 76 | 0.96 | 0 | 0.28 | 0.59 | 162.77 | 0.93 | 0.21 |
| Hex | 4 | 69 | 4C | 60 | 0 | 1C | 3B | A3 | 5D | 15 |
| Octal | 4 | 151 | 114 | 140 | 0 | 34 | 73 | 243 | 135 | 25 |
| Binary | 100 | 1101001 | 1001100 | 1100000 | 0 | 11100 | 111011 | 10100011 | 1011101 | 10101 |
Color Harmonies of #04694C
Complementary color
Monochromatic Colors of #04694C
Black with #04694C
Text Example
Text Example
White with #04694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04694C; }
p { color: rgb(4,105,76); }
H1.HeaderClassName
{
color: #04694C;
}
.AnyTagClassName
{
color: #04694C;
}
</style>
background-color css
<style>
a { background-color: #04694C; }
a { background-color: rgb(4,105,76); }
div.DivClassName
{
background-color: #04694C;
}
.BgClassName
{
background-color: #04694C;
}
</style>
border-color css
<style>
span { border-color: #04694C; }
span { border-color: rgb(4,105,76); }
td.TdClassName
{
border-color: #04694C;
}
.TagClassName
{
border-color: #04694C;
}
</style>