#496286

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

Shades of Wedgewood #496286

Tints of Wedgewood #496286

Color information

#496286 (or 0x496286) is unknown color: approx Wedgewood. HEX triplet: 49, 62 and 86. RGB value is (73,98,134). Sum of RGB (Red+Green+Blue) = 73+98+134=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #496286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496286 is #B69D79. Grayscale: #5E5E5E. Windows color (decimal): -11967866 or 8806985. OLE color: 8806985.

HSL color Cylindrical-coordinate representation of color #496286: hue angle of 215.41º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496286 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7398134-
CMYK0.460.2700.47
HSL215.41º29.47%40.59%-
HSV(B)215.41º45.52%52.55%-
XYZ11.4211.8724.24-
YUV94.63150.22112.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=23.93%
G=32.13%
B=43.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73981340.460.2700.47215.4129.4740.59
Hex4962862E1B02Fd71d29
Octal11114220656330573273551
Binary10010011100010100001101011101101101011111101011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496286; }

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

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

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

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

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

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

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

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