#496480

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

Shades of Wedgewood #496480

Tints of Wedgewood #496480

Color information

#496480 (or 0x496480) is unknown color: approx Wedgewood. HEX triplet: 49, 64 and 80. RGB value is (73,100,128). Sum of RGB (Red+Green+Blue) = 73+100+128=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #496480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496480 is #B69B7F. Grayscale: #5E5E5E. Windows color (decimal): -11967360 or 8414281. OLE color: 8414281.

HSL color Cylindrical-coordinate representation of color #496480: hue angle of 210.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #496480 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB73100128-
CMYK0.430.2200.50
HSL210.55º27.36%39.41%-
HSV(B)210.55º42.97%50.2%-
XYZ11.212.0922.17-
YUV95.12146.55112.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=24.25%
G=33.22%
B=42.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731001280.430.2200.50210.5527.3639.41
Hex4964802B16032d31b27
Octal11114420053260623233347
Binary10010011100100100000001010111011001100101101001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496480; }

 p { color: rgb(73,100,128); }

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

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

 a { background-color: rgb(73,100,128); }

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

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

 span { border-color: rgb(73,100,128); }

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