#496285

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

Shades of Wedgewood #496285

Tints of Wedgewood #496285

Color information

#496285 (or 0x496285) is unknown color: approx Wedgewood. HEX triplet: 49, 62 and 85. RGB value is (73,98,133). Sum of RGB (Red+Green+Blue) = 73+98+133=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #496285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496285 is #B69D7A. Grayscale: #5E5E5E. Windows color (decimal): -11967867 or 8741449. OLE color: 8741449.

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

Color convert

RGB7398133-
CMYK0.450.2600.48
HSL215º29.13%40.39%-
HSV(B)215º45.11%52.16%-
XYZ11.3511.8523.88-
YUV94.52149.72112.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=24.01%
G=32.24%
B=43.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73981330.450.2600.4821529.1340.39
Hex4962852D1A030d71d28
Octal11114220555320603273550
Binary10010011100010100001011011011101001100001101011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496285; }

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

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

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

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

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

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

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

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