#046A4A

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

Shades of Watercourse #046A4A

Tints of Watercourse #046A4A

Color information

#046A4A (or 0x046A4A) is unknown color: approx Watercourse. HEX triplet: 04, 6A and 4A. RGB value is (4,106,74). Sum of RGB (Red+Green+Blue) = 4+106+74=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 106 (41.80% from 255 or 57.61% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 106 - color contains mainly: green. Hex color #046A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A4A is #FB95B5. Grayscale: #474747. Windows color (decimal): -16487862 or 4876804. OLE color: 4876804.

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

Color convert

RGB410674-
CMYK0.9600.300.58
HSL161.18º92.73%21.57%-
HSV(B)161.18º96.23%41.57%-
XYZ6.4410.838.23-
YUV71.85129.2179.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.17%
GREEN value IS 106 (41.80% from 255) = 57.61%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=2.17%
G=57.61%
B=40.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4106740.9600.300.58161.1892.7321.57
Hex46A4A6001E3Aa15d16
Octal41521121400367224113526
Binary10011010101001010110000001111011101010100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,106,74); }

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

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

 a { background-color: rgb(4,106,74); }

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

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

 span { border-color: rgb(4,106,74); }

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