#497192

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

Shades of Wedgewood #497192

Tints of Wedgewood #497192

Color information

#497192 (or 0x497192) is unknown color: approx Wedgewood. HEX triplet: 49, 71 and 92. RGB value is (73,113,146). Sum of RGB (Red+Green+Blue) = 73+113+146=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #497192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497192 is #B68E6D. Grayscale: #686868. Windows color (decimal): -11964014 or 9597257. OLE color: 9597257.

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

Color convert

RGB73113146-
CMYK0.50.2300.43
HSL207.12º33.33%42.94%-
HSV(B)207.12º50%57.25%-
XYZ13.8415.329.42-
YUV104.8151.25105.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=21.99%
G=34.04%
B=43.98%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731131460.50.2300.43207.1233.3342.94
Hex497192321702Bcf212b
Octal11116122262270533174153
Binary100100111100011001001011001010111010101111001111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497192; }

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

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

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

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

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

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

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

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