Shades of Watercourse #04614F
Tints of Watercourse #04614F
RGB
CMYK
RGB Variations
Color information
#04614F (or 0x04614F) is known color: Watercourse. HEX triplet: 04, 61 and 4F. RGB value is (4,97,79). Sum of RGB (Red+Green+Blue) = 4+97+79=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #04614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04614F is #FB9EB0. Grayscale: #434343. Windows color (decimal): -16490161 or 5202180. OLE color: 5202180.
HSL color Cylindrical-coordinate representation of color #04614F: hue angle of 168.39º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04614F is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 97 | 79 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.62 |
| HSL | 168.39º | 0.92% | 0.2% | - |
| HSV(B) | 168.39º | 0.96% | 0.38% | - |
| XYZ | 5.74 | 9.14 | 8.86 | - |
| YUV | 67.14 | 134.69 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 97 | 79 | 0.96 | 0 | 0.19 | 0.62 | 168.39 | 0.92 | 0.2 |
| Hex | 4 | 61 | 4F | 60 | 0 | 13 | 3E | A8 | 5C | 14 |
| Octal | 4 | 141 | 117 | 140 | 0 | 23 | 76 | 250 | 134 | 24 |
| Binary | 100 | 1100001 | 1001111 | 1100000 | 0 | 10011 | 111110 | 10101000 | 1011100 | 10100 |
Color Harmonies of #04614F
Complementary color
Monochromatic Colors of #04614F
Black with #04614F
Text Example
Text Example
White with #04614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04614F; }
p { color: rgb(4,97,79); }
H1.HeaderClassName
{
color: #04614F;
}
.AnyTagClassName
{
color: #04614F;
}
</style>
background-color css
<style>
a { background-color: #04614F; }
a { background-color: rgb(4,97,79); }
div.DivClassName
{
background-color: #04614F;
}
.BgClassName
{
background-color: #04614F;
}
</style>
border-color css
<style>
span { border-color: #04614F; }
span { border-color: rgb(4,97,79); }
td.TdClassName
{
border-color: #04614F;
}
.TagClassName
{
border-color: #04614F;
}
</style>