#496E90

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

Shades of Wedgewood #496E90

Tints of Wedgewood #496E90

Color information

#496E90 (or 0x496E90) is unknown color: approx Wedgewood. HEX triplet: 49, 6E and 90. RGB value is (73,110,144). Sum of RGB (Red+Green+Blue) = 73+110+144=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #496E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496E90 is #B6916F. Grayscale: #666666. Windows color (decimal): -11964784 or 9465417. OLE color: 9465417.

HSL color Cylindrical-coordinate representation of color #496E90: hue angle of 208.73º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #496E90 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73110144-
CMYK0.490.2400.44
HSL208.73º32.72%42.55%-
HSV(B)208.73º49.31%56.47%-
XYZ13.3614.5828.5-
YUV102.81151.24106.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=22.32%
G=33.64%
B=44.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731101440.490.2400.44208.7332.7242.55
Hex496E90311802Cd1212b
Octal11115622061300543214153
Binary100100111011101001000011000111000010110011010001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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