#496889

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

Shades of Wedgewood #496889

Tints of Wedgewood #496889

Color information

#496889 (or 0x496889) is unknown color: approx Wedgewood. HEX triplet: 49, 68 and 89. RGB value is (73,104,137). Sum of RGB (Red+Green+Blue) = 73+104+137=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #496889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496889 is #B69776. Grayscale: #626262. Windows color (decimal): -11966327 or 9005129. OLE color: 9005129.

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

Color convert

RGB73104137-
CMYK0.470.2400.46
HSL210.94º30.48%41.18%-
HSV(B)210.94º46.72%53.73%-
XYZ12.2113.1225.56-
YUV98.49149.73109.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 137 (53.91% from 255) = 43.63%
R=23.25%
G=33.12%
B=43.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731041370.470.2400.46210.9430.4841.18
Hex4968892F1802Ed31e29
Octal11115021157300563233651
Binary10010011101000100010011011111100001011101101001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496889; }

 p { color: rgb(73,104,137); }

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

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

 a { background-color: rgb(73,104,137); }

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

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

 span { border-color: rgb(73,104,137); }

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