#046349

Color #046349 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #046349

Tints of Watercourse #046349

Color information

#046349 (or 0x046349) is unknown color: approx Watercourse. HEX triplet: 04, 63 and 49. RGB value is (4,99,73). Sum of RGB (Red+Green+Blue) = 4+99+73=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #046349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046349 is #FB9CB6. Grayscale: #434343. Windows color (decimal): -16489655 or 4809476. OLE color: 4809476.

HSL color Cylindrical-coordinate representation of color #046349: hue angle of 163.58º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046349 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB49973-
CMYK0.9600.260.61
HSL163.58º92.23%20.2%-
HSV(B)163.58º95.96%38.82%-
XYZ5.719.437.82-
YUV67.63131.0382.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.27%
GREEN value IS 99 (39.06% from 255) = 56.25%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=2.27%
G=56.25%
B=41.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499730.9600.260.61163.5892.2320.2
Hex463496001A3Da45c14
Octal41431111400327524413424
Binary10011000111001001110000001101011110110100100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046349; }

 p { color: rgb(4,99,73); }

 H1.HeaderClassName
 {
   color: #046349;
 }
 .AnyTagClassName
 {
   color: #046349;
 }
</style>
background-color css

<style>
 a { background-color: #046349; }

 a { background-color: rgb(4,99,73); }

 div.DivClassName
 {
   background-color: #046349;
 }
 .BgClassName
 {
   background-color: #046349;
 }
</style>
border-color css

<style>
 span { border-color: #046349; }

 span { border-color: rgb(4,99,73); }

 td.TdClassName
 {
   border-color: #046349;
 }
 .TagClassName
 {
   border-color: #046349;
 }
</style>