#046E4C

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

Shades of Watercourse #046E4C

Tints of Watercourse #046E4C

Color information

#046E4C (or 0x046E4C) is unknown color: approx Watercourse. HEX triplet: 04, 6E and 4C. RGB value is (4,110,76). Sum of RGB (Red+Green+Blue) = 4+110+76=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 110 (43.36% from 255 or 57.89% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 110 - color contains mainly: green. Hex color #046E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046E4C is #FB91B3. Grayscale: #4A4A4A. Windows color (decimal): -16486836 or 5008900. OLE color: 5008900.

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

Color convert

RGB411076-
CMYK0.9600.310.57
HSL160.75º92.98%22.35%-
HSV(B)160.75º96.36%43.14%-
XYZ6.9311.78.73-
YUV74.43128.8877.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 110 (43.36% from 255) = 57.89%
BLUE value IS 76 (30.08% from 255) = 40%
R=2.11%
G=57.89%
B=40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4110760.9600.310.57160.7592.9822.35
Hex46E4C6001F39a15d16
Octal41561141400377124113526
Binary10011011101001100110000001111111100110100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,110,76); }

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

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

 a { background-color: rgb(4,110,76); }

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

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

 span { border-color: rgb(4,110,76); }

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