Shades of Watercourse #04624A
Tints of Watercourse #04624A
RGB
CMYK
RGB Variations
Color information
#04624A (or 0x04624A) is known color: Watercourse. HEX triplet: 04, 62 and 4A. RGB value is (4,98,74). Sum of RGB (Red+Green+Blue) = 4+98+74=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #04624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04624A is #FB9DB5. Grayscale: #434343. Windows color (decimal): -16489910 or 4874756. OLE color: 4874756.
HSL color Cylindrical-coordinate representation of color #04624A: hue angle of 164.68º 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 #04624A is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 98 | 74 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.62 |
| HSL | 164.68º | 0.92% | 0.2% | - |
| HSV(B) | 164.68º | 0.96% | 0.38% | - |
| XYZ | 5.65 | 9.26 | 7.97 | - |
| YUV | 67.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 74 | 0.96 | 0 | 0.24 | 0.62 | 164.68 | 0.92 | 0.2 |
| Hex | 4 | 62 | 4A | 60 | 0 | 18 | 3E | A5 | 5C | 14 |
| Octal | 4 | 142 | 112 | 140 | 0 | 30 | 76 | 245 | 134 | 24 |
| Binary | 100 | 1100010 | 1001010 | 1100000 | 0 | 11000 | 111110 | 10100101 | 1011100 | 10100 |
Color Harmonies of #04624A
Complementary color
Monochromatic Colors of #04624A
Black with #04624A
Text Example
Text Example
White with #04624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04624A; }
p { color: rgb(4,98,74); }
H1.HeaderClassName
{
color: #04624A;
}
.AnyTagClassName
{
color: #04624A;
}
</style>
background-color css
<style>
a { background-color: #04624A; }
a { background-color: rgb(4,98,74); }
div.DivClassName
{
background-color: #04624A;
}
.BgClassName
{
background-color: #04624A;
}
</style>
border-color css
<style>
span { border-color: #04624A; }
span { border-color: rgb(4,98,74); }
td.TdClassName
{
border-color: #04624A;
}
.TagClassName
{
border-color: #04624A;
}
</style>