#046B4E

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

Shades of Watercourse #046B4E

Tints of Watercourse #046B4E

Color information

#046B4E (or 0x046B4E) is unknown color: approx Watercourse. HEX triplet: 04, 6B and 4E. RGB value is (4,107,78). Sum of RGB (Red+Green+Blue) = 4+107+78=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 107 (42.19% from 255 or 56.61% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 107 - color contains mainly: green. Hex color #046B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B4E is #FB94B1. Grayscale: #484848. Windows color (decimal): -16487602 or 5139204. OLE color: 5139204.

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

Color convert

RGB410778-
CMYK0.9600.270.58
HSL163.11º92.79%21.76%-
HSV(B)163.11º96.26%41.96%-
XYZ6.6811.099-
YUV72.9130.8878.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 107 (42.19% from 255) = 56.61%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=2.12%
G=56.61%
B=41.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107780.9600.270.58163.1192.7921.76
Hex46B4E6001B3Aa35d16
Octal41531161400337224313526
Binary10011010111001110110000001101111101010100011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,107,78); }

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

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

 a { background-color: rgb(4,107,78); }

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

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

 span { border-color: rgb(4,107,78); }

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