#496D93

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

Shades of Wedgewood #496D93

Tints of Wedgewood #496D93

Color information

#496D93 (or 0x496D93) is unknown color: approx Wedgewood. HEX triplet: 49, 6D and 93. RGB value is (73,109,147). Sum of RGB (Red+Green+Blue) = 73+109+147=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #496D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496D93 is #B6926C. Grayscale: #666666. Windows color (decimal): -11965037 or 9661769. OLE color: 9661769.

HSL color Cylindrical-coordinate representation of color #496D93: hue angle of 210.81º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496D93 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73109147-
CMYK0.500.2600.42
HSL210.81º33.64%43.14%-
HSV(B)210.81º50.34%57.65%-
XYZ13.4814.4629.68-
YUV102.57153.07106.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=22.19%
G=33.13%
B=44.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731091470.500.2600.42210.8133.6443.14
Hex496D93321A02Ad3222b
Octal11115522362320523234253
Binary100100111011011001001111001011010010101011010011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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