#046F51

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

Shades of Watercourse #046F51

Tints of Watercourse #046F51

Color information

#046F51 (or 0x046F51) is unknown color: approx Watercourse. HEX triplet: 04, 6F and 51. RGB value is (4,111,81). Sum of RGB (Red+Green+Blue) = 4+111+81=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #046F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F51 is #FB90AE. Grayscale: #4B4B4B. Windows color (decimal): -16486575 or 5336836. OLE color: 5336836.

HSL color Cylindrical-coordinate representation of color #046F51: hue angle of 163.18º 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 #046F51 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB411181-
CMYK0.9600.270.56
HSL163.18º93.04%22.55%-
HSV(B)163.18º96.4%43.53%-
XYZ7.2211.999.72-
YUV75.59131.0576.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.04%
GREEN value IS 111 (43.75% from 255) = 56.63%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=2.04%
G=56.63%
B=41.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111810.9600.270.56163.1893.0422.55
Hex46F516001B38a35d17
Octal41571211400337024313527
Binary10011011111010001110000001101111100010100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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