#046F4E

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

Shades of Watercourse #046F4E

Tints of Watercourse #046F4E

Color information

#046F4E (or 0x046F4E) is unknown color: approx Watercourse. HEX triplet: 04, 6F and 4E. RGB value is (4,111,78). Sum of RGB (Red+Green+Blue) = 4+111+78=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #046F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F4E is #FB90B1. Grayscale: #4B4B4B. Windows color (decimal): -16486578 or 5140228. OLE color: 5140228.

HSL color Cylindrical-coordinate representation of color #046F4E: hue angle of 161.5º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046F4E is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB411178-
CMYK0.9600.300.56
HSL161.5º93.04%22.55%-
HSV(B)161.5º96.4%43.53%-
XYZ7.1111.949.14-
YUV75.24129.5577.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.07%
GREEN value IS 111 (43.75% from 255) = 57.51%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=2.07%
G=57.51%
B=40.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111780.9600.300.56161.593.0422.55
Hex46F4E6001E38a15d17
Octal41571161400367024113527
Binary10011011111001110110000001111011100010100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,111,78); }

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

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

 a { background-color: rgb(4,111,78); }

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

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

 span { border-color: rgb(4,111,78); }

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