#046A51

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

Shades of Watercourse #046A51

Tints of Watercourse #046A51

Color information

#046A51 (or 0x046A51) is unknown color: approx Watercourse. HEX triplet: 04, 6A and 51. RGB value is (4,106,81). Sum of RGB (Red+Green+Blue) = 4+106+81=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #046A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046A51 is #FB95AE. Grayscale: #484848. Windows color (decimal): -16487855 or 5335556. OLE color: 5335556.

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

Color convert

RGB410681-
CMYK0.9600.240.58
HSL165.29º92.73%21.57%-
HSV(B)165.29º96.23%41.57%-
XYZ6.6910.939.54-
YUV72.65132.7179.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 106 (41.80% from 255) = 55.50%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=2.09%
G=55.50%
B=42.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4106810.9600.240.58165.2992.7321.57
Hex46A51600183Aa55d16
Octal41521211400307224513526
Binary10011010101010001110000001100011101010100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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