#496E87

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

Shades of Wedgewood #496E87

Tints of Wedgewood #496E87

Color information

#496E87 (or 0x496E87) is unknown color: approx Wedgewood. HEX triplet: 49, 6E and 87. RGB value is (73,110,135). Sum of RGB (Red+Green+Blue) = 73+110+135=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #496E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496E87 is #B69178. Grayscale: #656565. Windows color (decimal): -11964793 or 8875593. OLE color: 8875593.

HSL color Cylindrical-coordinate representation of color #496E87: hue angle of 204.19º degrees, saturation: 0.3, 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 #496E87 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73110135-
CMYK0.460.1900.47
HSL204.19º29.81%40.78%-
HSV(B)204.19º45.93%52.94%-
XYZ12.714.3225.02-
YUV101.79146.74107.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 110 (43.36% from 255) = 34.59%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=22.96%
G=34.59%
B=42.45%

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
Decimal731101350.460.1900.47204.1929.8140.78
Hex496E872E1302Fcc1e29
Octal11115620756230573143651
Binary10010011101110100001111011101001101011111100110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,110,135); }

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

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

 a { background-color: rgb(73,110,135); }

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

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

 span { border-color: rgb(73,110,135); }

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