#497293

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

Shades of Wedgewood #497293

Tints of Wedgewood #497293

Color information

#497293 (or 0x497293) is unknown color: approx Wedgewood. HEX triplet: 49, 72 and 93. RGB value is (73,114,147). Sum of RGB (Red+Green+Blue) = 73+114+147=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #497293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497293 is #B68D6C. Grayscale: #696969. Windows color (decimal): -11963757 or 9663049. OLE color: 9663049.

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

Color convert

RGB73114147-
CMYK0.500.2200.42
HSL206.76º33.64%43.14%-
HSV(B)206.76º50.34%57.65%-
XYZ14.0315.5629.87-
YUV105.5151.42104.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=21.86%
G=34.13%
B=44.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731141470.500.2200.42206.7633.6443.14
Hex497293321602Acf222b
Octal11116222362260523174253
Binary100100111100101001001111001010110010101011001111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497293; }

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

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

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

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

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

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

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

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