#496485

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

Shades of Wedgewood #496485

Tints of Wedgewood #496485

Color information

#496485 (or 0x496485) is unknown color: approx Wedgewood. HEX triplet: 49, 64 and 85. RGB value is (73,100,133). Sum of RGB (Red+Green+Blue) = 73+100+133=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #496485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496485 is #B69B7A. Grayscale: #5F5F5F. Windows color (decimal): -11967355 or 8741961. OLE color: 8741961.

HSL color Cylindrical-coordinate representation of color #496485: hue angle of 213º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #496485 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB73100133-
CMYK0.450.2500.48
HSL213º29.13%40.39%-
HSV(B)213º45.11%52.16%-
XYZ11.5412.2223.94-
YUV95.69149.05111.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=23.86%
G=32.68%
B=43.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731001330.450.2500.4821329.1340.39
Hex4964852D19030d51d28
Octal11114420555310603253550
Binary10010011100100100001011011011100101100001101010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496485; }

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

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

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

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

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

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

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

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