#496D89

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

Shades of Wedgewood #496D89

Tints of Wedgewood #496D89

Color information

#496D89 (or 0x496D89) is unknown color: approx Wedgewood. HEX triplet: 49, 6D and 89. RGB value is (73,109,137). Sum of RGB (Red+Green+Blue) = 73+109+137=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #496D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D89 is #B69276. Grayscale: #656565. Windows color (decimal): -11965047 or 9006409. OLE color: 9006409.

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

Color convert

RGB73109137-
CMYK0.470.2000.46
HSL206.25º30.48%41.18%-
HSV(B)206.25º46.72%53.73%-
XYZ12.7314.1625.73-
YUV101.43148.07107.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=22.88%
G=34.17%
B=42.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal731091370.470.2000.46206.2530.4841.18
Hex496D892F1402Ece1e29
Octal11115521157240563163651
Binary10010011101101100010011011111010001011101100111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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