#497193

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

Shades of Wedgewood #497193

Tints of Wedgewood #497193

Color information

#497193 (or 0x497193) is unknown color: approx Wedgewood. HEX triplet: 49, 71 and 93. RGB value is (73,113,147). Sum of RGB (Red+Green+Blue) = 73+113+147=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #497193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497193 is #B68E6C. Grayscale: #686868. Windows color (decimal): -11964013 or 9662793. OLE color: 9662793.

HSL color Cylindrical-coordinate representation of color #497193: hue angle of 207.57º 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 #497193 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73113147-
CMYK0.500.2300.42
HSL207.57º33.64%43.14%-
HSV(B)207.57º50.34%57.65%-
XYZ13.9215.3329.83-
YUV104.92151.75105.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 147 (57.81% from 255) = 44.14%
R=21.92%
G=33.93%
B=44.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731131470.500.2300.42207.5733.6443.14
Hex497193321702Ad0222b
Octal11116122362270523204253
Binary100100111100011001001111001010111010101011010000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497193; }

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

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

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

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

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

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

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

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