#046B56

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

Shades of Watercourse #046B56

Tints of Watercourse #046B56

Color information

#046B56 (or 0x046B56) is unknown color: approx Watercourse. HEX triplet: 04, 6B and 56. RGB value is (4,107,86). Sum of RGB (Red+Green+Blue) = 4+107+86=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #046B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B56 is #FB94A9. Grayscale: #494949. Windows color (decimal): -16487594 or 5663492. OLE color: 5663492.

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

Color convert

RGB410786-
CMYK0.9600.200.58
HSL167.77º92.79%21.76%-
HSV(B)167.77º96.26%41.96%-
XYZ6.9911.2110.6-
YUV73.81134.8878.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 107 (42.19% from 255) = 54.31%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=2.03%
G=54.31%
B=43.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107860.9600.200.58167.7792.7921.76
Hex46B56600143Aa85d16
Octal41531261400247225013526
Binary10011010111010110110000001010011101010101000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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