Shades of Watercourse #046955
Tints of Watercourse #046955
RGB
CMYK
RGB Variations
Color information
#046955 (or 0x046955) is known color: Watercourse. HEX triplet: 04, 69 and 55. RGB value is (4,105,85). Sum of RGB (Red+Green+Blue) = 4+105+85=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #046955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046955 is #FB96AA. Grayscale: #484848. Windows color (decimal): -16488107 or 5597444. OLE color: 5597444.
HSL color Cylindrical-coordinate representation of color #046955: hue angle of 168.12º 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 #046955 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 105 | 85 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.59 |
| HSL | 168.12º | 0.93% | 0.21% | - |
| HSV(B) | 168.12º | 0.96% | 0.41% | - |
| XYZ | 6.74 | 10.78 | 10.32 | - |
| YUV | 72.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 105 | 85 | 0.96 | 0 | 0.19 | 0.59 | 168.12 | 0.93 | 0.21 |
| Hex | 4 | 69 | 55 | 60 | 0 | 13 | 3B | A8 | 5D | 15 |
| Octal | 4 | 151 | 125 | 140 | 0 | 23 | 73 | 250 | 135 | 25 |
| Binary | 100 | 1101001 | 1010101 | 1100000 | 0 | 10011 | 111011 | 10101000 | 1011101 | 10101 |
Color Harmonies of #046955
Complementary color
Monochromatic Colors of #046955
Black with #046955
Text Example
Text Example
White with #046955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046955; }
p { color: rgb(4,105,85); }
H1.HeaderClassName
{
color: #046955;
}
.AnyTagClassName
{
color: #046955;
}
</style>
background-color css
<style>
a { background-color: #046955; }
a { background-color: rgb(4,105,85); }
div.DivClassName
{
background-color: #046955;
}
.BgClassName
{
background-color: #046955;
}
</style>
border-color css
<style>
span { border-color: #046955; }
span { border-color: rgb(4,105,85); }
td.TdClassName
{
border-color: #046955;
}
.TagClassName
{
border-color: #046955;
}
</style>