#497091

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

Shades of Wedgewood #497091

Tints of Wedgewood #497091

Color information

#497091 (or 0x497091) is unknown color: approx Wedgewood. HEX triplet: 49, 70 and 91. RGB value is (73,112,145). Sum of RGB (Red+Green+Blue) = 73+112+145=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #497091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497091 is #B68F6E. Grayscale: #676767. Windows color (decimal): -11964271 or 9531465. OLE color: 9531465.

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

Color convert

RGB73112145-
CMYK0.500.2300.43
HSL207.5º33.03%42.75%-
HSV(B)207.5º49.66%56.86%-
XYZ13.6515.0528.97-
YUV104.1151.08105.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=22.12%
G=33.94%
B=43.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731121450.500.2300.43207.533.0342.75
Hex497091321702Bd0212b
Octal11116022162270533204153
Binary100100111100001001000111001010111010101111010000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497091; }

 p { color: rgb(73,112,145); }

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

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

 a { background-color: rgb(73,112,145); }

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

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

 span { border-color: rgb(73,112,145); }

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