#496A8C

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

Shades of Wedgewood #496A8C

Tints of Wedgewood #496A8C

Color information

#496A8C (or 0x496A8C) is unknown color: approx Wedgewood. HEX triplet: 49, 6A and 8C. RGB value is (73,106,140). Sum of RGB (Red+Green+Blue) = 73+106+140=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #496A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A8C is #B69573. Grayscale: #636363. Windows color (decimal): -11965812 or 9202249. OLE color: 9202249.

HSL color Cylindrical-coordinate representation of color #496A8C: hue angle of 210.45º 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 #496A8C is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73106140-
CMYK0.480.2400.45
HSL210.45º31.46%41.76%-
HSV(B)210.45º47.86%54.9%-
XYZ12.6413.6226.77-
YUV100.01150.57108.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=22.88%
G=33.23%
B=43.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731061400.480.2400.45210.4531.4641.76
Hex496A8C301802Dd21f2a
Octal11115221460300553223752
Binary10010011101010100011001100001100001011011101001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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