#496D86

Color #496D86 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #496D86

Tints of Wedgewood #496D86

Color information

#496D86 (or 0x496D86) is unknown color: approx Wedgewood. HEX triplet: 49, 6D and 86. RGB value is (73,109,134). Sum of RGB (Red+Green+Blue) = 73+109+134=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #496D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D86 is #B69279. Grayscale: #646464. Windows color (decimal): -11965050 or 8809801. OLE color: 8809801.

HSL color Cylindrical-coordinate representation of color #496D86: hue angle of 204.59º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496D86 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73109134-
CMYK0.460.1900.47
HSL204.59º29.47%40.59%-
HSV(B)204.59º45.52%52.55%-
XYZ12.5214.0724.61-
YUV101.09146.57107.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=23.10%
G=34.49%
B=42.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731091340.460.1900.47204.5929.4740.59
Hex496D862E1302Fcd1d29
Octal11115520656230573153551
Binary10010011101101100001101011101001101011111100110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496D86; }

 p { color: rgb(73,109,134); }

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

<style>
 a { background-color: #496D86; }

 a { background-color: rgb(73,109,134); }

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

<style>
 span { border-color: #496D86; }

 span { border-color: rgb(73,109,134); }

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