#046F52

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

Shades of Watercourse #046F52

Tints of Watercourse #046F52

Color information

#046F52 (or 0x046F52) is unknown color: approx Watercourse. HEX triplet: 04, 6F and 52. RGB value is (4,111,82). Sum of RGB (Red+Green+Blue) = 4+111+82=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #046F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046F52 is #FB90AD. Grayscale: #4B4B4B. Windows color (decimal): -16486574 or 5402372. OLE color: 5402372.

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

Color convert

RGB411182-
CMYK0.9600.260.56
HSL163.74º93.04%22.55%-
HSV(B)163.74º96.4%43.53%-
XYZ7.26129.92-
YUV75.7131.5576.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 111 (43.75% from 255) = 56.35%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=2.03%
G=56.35%
B=41.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4111820.9600.260.56163.7493.0422.55
Hex46F526001A38a45d17
Octal41571221400327024413527
Binary10011011111010010110000001101011100010100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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