#496B87

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

Shades of Wedgewood #496B87

Tints of Wedgewood #496B87

Color information

#496B87 (or 0x496B87) is unknown color: approx Wedgewood. HEX triplet: 49, 6B and 87. RGB value is (73,107,135). Sum of RGB (Red+Green+Blue) = 73+107+135=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #496B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B87 is #B69478. Grayscale: #636363. Windows color (decimal): -11965561 or 8874825. OLE color: 8874825.

HSL color Cylindrical-coordinate representation of color #496B87: hue angle of 207.1º degrees, saturation: 0.3, 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 #496B87 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73107135-
CMYK0.460.2100.47
HSL207.1º29.81%40.78%-
HSV(B)207.1º45.93%52.94%-
XYZ12.3813.6824.91-
YUV100.03147.74108.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=23.17%
G=33.97%
B=42.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731071350.460.2100.47207.129.8140.78
Hex496B872E1502Fcf1e29
Octal11115320756250573173651
Binary10010011101011100001111011101010101011111100111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,107,135); }

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

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

 a { background-color: rgb(73,107,135); }

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

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

 span { border-color: rgb(73,107,135); }

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