#046B46

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

Shades of Watercourse #046B46

Tints of Watercourse #046B46

Color information

#046B46 (or 0x046B46) is unknown color: approx Watercourse. HEX triplet: 04, 6B and 46. RGB value is (4,107,70). Sum of RGB (Red+Green+Blue) = 4+107+70=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 107 (42.19% from 255 or 59.12% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 107 - color contains mainly: green. Hex color #046B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046B46 is #FB94B9. Grayscale: #484848. Windows color (decimal): -16487610 or 4614916. OLE color: 4614916.

HSL color Cylindrical-coordinate representation of color #046B46: hue angle of 158.45º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046B46 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB410770-
CMYK0.9600.350.58
HSL158.45º92.79%21.76%-
HSV(B)158.45º96.26%41.96%-
XYZ6.4110.987.58-
YUV71.98126.8879.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 107 (42.19% from 255) = 59.12%
BLUE value IS 70 (27.73% from 255) = 38.67%
R=2.21%
G=59.12%
B=38.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107700.9600.350.58158.4592.7921.76
Hex46B46600233A9e5d16
Octal41531061400437223613526
Binary100110101110001101100000010001111101010011110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046B46; }

 p { color: rgb(4,107,70); }

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

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

 a { background-color: rgb(4,107,70); }

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

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

 span { border-color: rgb(4,107,70); }

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