#496E8B

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

Shades of Wedgewood #496E8B

Tints of Wedgewood #496E8B

Color information

#496E8B (or 0x496E8B) is unknown color: approx Wedgewood. HEX triplet: 49, 6E and 8B. RGB value is (73,110,139). Sum of RGB (Red+Green+Blue) = 73+110+139=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #496E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496E8B is #B69174. Grayscale: #666666. Windows color (decimal): -11964789 or 9137737. OLE color: 9137737.

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

Color convert

RGB73110139-
CMYK0.470.2100.45
HSL206.36º31.13%41.57%-
HSV(B)206.36º47.48%54.51%-
XYZ12.9814.4326.53-
YUV102.24148.74107.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=22.67%
G=34.16%
B=43.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731101390.470.2100.45206.3631.1341.57
Hex496E8B2F1502Dce1f2a
Octal11115621357250553163752
Binary10010011101110100010111011111010101011011100111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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