#496687

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

Shades of Wedgewood #496687

Tints of Wedgewood #496687

Color information

#496687 (or 0x496687) is unknown color: approx Wedgewood. HEX triplet: 49, 66 and 87. RGB value is (73,102,135). Sum of RGB (Red+Green+Blue) = 73+102+135=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #496687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496687 is #B69978. Grayscale: #606060. Windows color (decimal): -11966841 or 8873545. OLE color: 8873545.

HSL color Cylindrical-coordinate representation of color #496687: hue angle of 211.94º 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 #496687 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73102135-
CMYK0.460.2400.47
HSL211.94º29.81%40.78%-
HSV(B)211.94º45.93%52.94%-
XYZ11.8712.6724.74-
YUV97.09149.39110.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=23.55%
G=32.90%
B=43.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731021350.460.2400.47211.9429.8140.78
Hex4966872E1802Fd41e29
Octal11114620756300573243651
Binary10010011100110100001111011101100001011111101010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496687; }

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

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

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

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

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

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

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

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