Shades of Watercourse #045B46
Tints of Watercourse #045B46
RGB
CMYK
RGB Variations
Color information
#045B46 (or 0x045B46) is known color: Watercourse. HEX triplet: 04, 5B and 46. RGB value is (4,91,70). Sum of RGB (Red+Green+Blue) = 4+91+70=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 91 (35.94% from 255 or 55.15% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 91 - color contains mainly: green. Hex color #045B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045B46 is #FBA4B9. Grayscale: #3E3E3E. Windows color (decimal): -16491706 or 4610820. OLE color: 4610820.
HSL color Cylindrical-coordinate representation of color #045B46: hue angle of 165.52º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045B46 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 91 | 70 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.64 |
| HSL | 165.52º | 0.92% | 0.19% | - |
| HSV(B) | 165.52º | 0.96% | 0.36% | - |
| XYZ | 4.9 | 7.95 | 7.07 | - |
| YUV | 62.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 70 | 0.96 | 0 | 0.23 | 0.64 | 165.52 | 0.92 | 0.19 |
| Hex | 4 | 5B | 46 | 60 | 0 | 17 | 40 | A6 | 5C | 13 |
| Octal | 4 | 133 | 106 | 140 | 0 | 27 | 100 | 246 | 134 | 23 |
| Binary | 100 | 1011011 | 1000110 | 1100000 | 0 | 10111 | 1000000 | 10100110 | 1011100 | 10011 |
Color Harmonies of #045B46
Complementary color
Monochromatic Colors of #045B46
Black with #045B46
Text Example
Text Example
White with #045B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045B46; }
p { color: rgb(4,91,70); }
H1.HeaderClassName
{
color: #045B46;
}
.AnyTagClassName
{
color: #045B46;
}
</style>
background-color css
<style>
a { background-color: #045B46; }
a { background-color: rgb(4,91,70); }
div.DivClassName
{
background-color: #045B46;
}
.BgClassName
{
background-color: #045B46;
}
</style>
border-color css
<style>
span { border-color: #045B46; }
span { border-color: rgb(4,91,70); }
td.TdClassName
{
border-color: #045B46;
}
.TagClassName
{
border-color: #045B46;
}
</style>