#496B92

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

Shades of Wedgewood #496B92

Tints of Wedgewood #496B92

Color information

#496B92 (or 0x496B92) is unknown color: approx Wedgewood. HEX triplet: 49, 6B and 92. RGB value is (73,107,146). Sum of RGB (Red+Green+Blue) = 73+107+146=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #496B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B92 is #B6946D. Grayscale: #656565. Windows color (decimal): -11965550 or 9595721. OLE color: 9595721.

HSL color Cylindrical-coordinate representation of color #496B92: hue angle of 212.05º 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 #496B92 is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB73107146-
CMYK0.50.2700.43
HSL212.05º33.33%42.94%-
HSV(B)212.05º50%57.25%-
XYZ13.1914.0129.2-
YUV101.28153.24107.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=22.39%
G=32.82%
B=44.79%

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
Decimal731071460.50.2700.43212.0533.3342.94
Hex496B92321B02Bd4212b
Octal11115322262330533244153
Binary100100111010111001001011001011011010101111010100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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