Shades of Watercourse #04674B
Tints of Watercourse #04674B
RGB
CMYK
RGB Variations
Color information
#04674B (or 0x04674B) is known color: Watercourse. HEX triplet: 04, 67 and 4B. RGB value is (4,103,75). Sum of RGB (Red+Green+Blue) = 4+103+75=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #04674B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04674B is #FB98B4. Grayscale: #464646. Windows color (decimal): -16488629 or 4941572. OLE color: 4941572.
HSL color Cylindrical-coordinate representation of color #04674B: hue angle of 163.03º degrees, saturation: 0.93, 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 #04674B is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 103 | 75 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.60 |
| HSL | 163.03º | 0.93% | 0.21% | - |
| HSV(B) | 163.03º | 0.96% | 0.4% | - |
| XYZ | 6.17 | 10.23 | 8.31 | - |
| YUV | 70.21 | 130.7 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 75 | 0.96 | 0 | 0.27 | 0.60 | 163.03 | 0.93 | 0.21 |
| Hex | 4 | 67 | 4B | 60 | 0 | 1B | 3C | A3 | 5D | 15 |
| Octal | 4 | 147 | 113 | 140 | 0 | 33 | 74 | 243 | 135 | 25 |
| Binary | 100 | 1100111 | 1001011 | 1100000 | 0 | 11011 | 111100 | 10100011 | 1011101 | 10101 |
Color Harmonies of #04674B
Complementary color
Monochromatic Colors of #04674B
Black with #04674B
Text Example
Text Example
White with #04674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04674B; }
p { color: rgb(4,103,75); }
H1.HeaderClassName
{
color: #04674B;
}
.AnyTagClassName
{
color: #04674B;
}
</style>
background-color css
<style>
a { background-color: #04674B; }
a { background-color: rgb(4,103,75); }
div.DivClassName
{
background-color: #04674B;
}
.BgClassName
{
background-color: #04674B;
}
</style>
border-color css
<style>
span { border-color: #04674B; }
span { border-color: rgb(4,103,75); }
td.TdClassName
{
border-color: #04674B;
}
.TagClassName
{
border-color: #04674B;
}
</style>