#496A82

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

Shades of Wedgewood #496A82

Tints of Wedgewood #496A82

Color information

#496A82 (or 0x496A82) is unknown color: approx Wedgewood. HEX triplet: 49, 6A and 82. RGB value is (73,106,130). Sum of RGB (Red+Green+Blue) = 73+106+130=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #496A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A82 is #B6957D. Grayscale: #626262. Windows color (decimal): -11965822 or 8546889. OLE color: 8546889.

HSL color Cylindrical-coordinate representation of color #496A82: hue angle of 205.26º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #496A82 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB73106130-
CMYK0.440.1800.49
HSL205.26º28.08%39.8%-
HSV(B)205.26º43.85%50.98%-
XYZ11.9313.3423.06-
YUV98.87145.57109.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=23.62%
G=34.30%
B=42.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731061300.440.1800.49205.2628.0839.8
Hex496A822C12031cd1c28
Octal11115220254220613153450
Binary10010011101010100000101011001001001100011100110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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