#496786

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

Shades of Wedgewood #496786

Tints of Wedgewood #496786

Color information

#496786 (or 0x496786) is unknown color: approx Wedgewood. HEX triplet: 49, 67 and 86. RGB value is (73,103,134). Sum of RGB (Red+Green+Blue) = 73+103+134=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #496786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496786 is #B69879. Grayscale: #616161. Windows color (decimal): -11966586 or 8808265. OLE color: 8808265.

HSL color Cylindrical-coordinate representation of color #496786: hue angle of 210.49º 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 #496786 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73103134-
CMYK0.460.2300.47
HSL210.49º29.47%40.59%-
HSV(B)210.49º45.52%52.55%-
XYZ11.912.8424.41-
YUV97.56148.56110.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=23.55%
G=33.23%
B=43.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731031340.460.2300.47210.4929.4740.59
Hex4967862E1702Fd21d29
Octal11114720656270573223551
Binary10010011100111100001101011101011101011111101001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496786; }

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

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

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

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

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

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

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

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