#496A92

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

Shades of Wedgewood #496A92

Tints of Wedgewood #496A92

Color information

#496A92 (or 0x496A92) is unknown color: approx Wedgewood. HEX triplet: 49, 6A and 92. RGB value is (73,106,146). Sum of RGB (Red+Green+Blue) = 73+106+146=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #496A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A92 is #B6956D. Grayscale: #646464. Windows color (decimal): -11965806 or 9595465. OLE color: 9595465.

HSL color Cylindrical-coordinate representation of color #496A92: hue angle of 212.88º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496A92 is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB73106146-
CMYK0.50.2700.43
HSL212.88º33.33%42.94%-
HSV(B)212.88º50%57.25%-
XYZ13.0913.829.17-
YUV100.69153.57108.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=22.46%
G=32.62%
B=44.92%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731061460.50.2700.43212.8833.3342.94
Hex496A92321B02Bd5212b
Octal11115222262330533254153
Binary100100111010101001001011001011011010101111010101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,106,146); }

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

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

 a { background-color: rgb(73,106,146); }

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

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

 span { border-color: rgb(73,106,146); }

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