#496E8C

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

Shades of Wedgewood #496E8C

Tints of Wedgewood #496E8C

Color information

#496E8C (or 0x496E8C) is unknown color: approx Wedgewood. HEX triplet: 49, 6E and 8C. RGB value is (73,110,140). Sum of RGB (Red+Green+Blue) = 73+110+140=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #496E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496E8C is #B69173. Grayscale: #666666. Windows color (decimal): -11964788 or 9203273. OLE color: 9203273.

HSL color Cylindrical-coordinate representation of color #496E8C: hue angle of 206.87º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #496E8C is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73110140-
CMYK0.480.2100.45
HSL206.87º31.46%41.76%-
HSV(B)206.87º47.86%54.9%-
XYZ13.0614.4626.91-
YUV102.36149.24107.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 140 (55.08% from 255) = 43.34%
R=22.60%
G=34.06%
B=43.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731101400.480.2100.45206.8731.4641.76
Hex496E8C301502Dcf1f2a
Octal11115621460250553173752
Binary10010011101110100011001100001010101011011100111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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