Shades of Watercourse #04684C
Tints of Watercourse #04684C
RGB
CMYK
RGB Variations
Color information
#04684C (or 0x04684C) is known color: Watercourse. HEX triplet: 04, 68 and 4C. RGB value is (4,104,76). Sum of RGB (Red+Green+Blue) = 4+104+76=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #04684C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04684C is #FB97B3. Grayscale: #464646. Windows color (decimal): -16488372 or 5007364. OLE color: 5007364.
HSL color Cylindrical-coordinate representation of color #04684C: hue angle of 163.2º 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 #04684C is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 76 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.59 |
| HSL | 163.2º | 0.93% | 0.21% | - |
| HSV(B) | 163.2º | 0.96% | 0.41% | - |
| XYZ | 6.3 | 10.45 | 8.52 | - |
| YUV | 70.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 76 | 0.96 | 0 | 0.27 | 0.59 | 163.2 | 0.93 | 0.21 |
| Hex | 4 | 68 | 4C | 60 | 0 | 1B | 3B | A3 | 5D | 15 |
| Octal | 4 | 150 | 114 | 140 | 0 | 33 | 73 | 243 | 135 | 25 |
| Binary | 100 | 1101000 | 1001100 | 1100000 | 0 | 11011 | 111011 | 10100011 | 1011101 | 10101 |
Color Harmonies of #04684C
Complementary color
Monochromatic Colors of #04684C
Black with #04684C
Text Example
Text Example
White with #04684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04684C; }
p { color: rgb(4,104,76); }
H1.HeaderClassName
{
color: #04684C;
}
.AnyTagClassName
{
color: #04684C;
}
</style>
background-color css
<style>
a { background-color: #04684C; }
a { background-color: rgb(4,104,76); }
div.DivClassName
{
background-color: #04684C;
}
.BgClassName
{
background-color: #04684C;
}
</style>
border-color css
<style>
span { border-color: #04684C; }
span { border-color: rgb(4,104,76); }
td.TdClassName
{
border-color: #04684C;
}
.TagClassName
{
border-color: #04684C;
}
</style>