#046849

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

Shades of Watercourse #046849

Tints of Watercourse #046849

Color information

#046849 (or 0x046849) is unknown color: approx Watercourse. HEX triplet: 04, 68 and 49. RGB value is (4,104,73). Sum of RGB (Red+Green+Blue) = 4+104+73=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #046849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046849 is #FB97B6. Grayscale: #464646. Windows color (decimal): -16488375 or 4810756. OLE color: 4810756.

HSL color Cylindrical-coordinate representation of color #046849: hue angle of 161.4º 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 #046849 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB410473-
CMYK0.9600.300.59
HSL161.4º92.59%21.18%-
HSV(B)161.4º96.15%40.78%-
XYZ6.210.417.99-
YUV70.57129.3780.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 73 (28.91% from 255) = 40.33%
R=2.21%
G=57.46%
B=40.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4104730.9600.300.59161.492.5921.18
Hex468496001E3Ba15d15
Octal41501111400367324113525
Binary10011010001001001110000001111011101110100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046849; }

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

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

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

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

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

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

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

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