#496D8B

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

Shades of Wedgewood #496D8B

Tints of Wedgewood #496D8B

Color information

#496D8B (or 0x496D8B) is unknown color: approx Wedgewood. HEX triplet: 49, 6D and 8B. RGB value is (73,109,139). Sum of RGB (Red+Green+Blue) = 73+109+139=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #496D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D8B is #B69274. Grayscale: #656565. Windows color (decimal): -11965045 or 9137481. OLE color: 9137481.

HSL color Cylindrical-coordinate representation of color #496D8B: hue angle of 207.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #496D8B is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73109139-
CMYK0.470.2200.45
HSL207.27º31.13%41.57%-
HSV(B)207.27º47.48%54.51%-
XYZ12.8814.2226.49-
YUV101.66149.07107.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.74%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=22.74%
G=33.96%
B=43.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731091390.470.2200.45207.2731.1341.57
Hex496D8B2F1602Dcf1f2a
Octal11115521357260553173752
Binary10010011101101100010111011111011001011011100111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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