#496886

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

Shades of Wedgewood #496886

Tints of Wedgewood #496886

Color information

#496886 (or 0x496886) is unknown color: approx Wedgewood. HEX triplet: 49, 68 and 86. RGB value is (73,104,134). Sum of RGB (Red+Green+Blue) = 73+104+134=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #496886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496886 is #B69779. Grayscale: #616161. Windows color (decimal): -11966330 or 8808521. OLE color: 8808521.

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

Color convert

RGB73104134-
CMYK0.460.2200.47
HSL209.51º29.47%40.59%-
HSV(B)209.51º45.52%52.55%-
XYZ1213.0424.44-
YUV98.15148.23110.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=23.47%
G=33.44%
B=43.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731041340.460.2200.47209.5129.4740.59
Hex4968862E1602Fd21d29
Octal11115020656260573223551
Binary10010011101000100001101011101011001011111101001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496886; }

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

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

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

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

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

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

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

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