#497092

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

Shades of Wedgewood #497092

Tints of Wedgewood #497092

Color information

#497092 (or 0x497092) is unknown color: approx Wedgewood. HEX triplet: 49, 70 and 92. RGB value is (73,112,146). Sum of RGB (Red+Green+Blue) = 73+112+146=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #497092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497092 is #B68F6D. Grayscale: #686868. Windows color (decimal): -11964270 or 9597001. OLE color: 9597001.

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

Color convert

RGB73112146-
CMYK0.50.2300.43
HSL207.95º33.33%42.94%-
HSV(B)207.95º50%57.25%-
XYZ13.7315.0829.38-
YUV104.22151.58105.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=22.05%
G=33.84%
B=44.11%

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
Decimal731121460.50.2300.43207.9533.3342.94
Hex497092321702Bd0212b
Octal11116022262270533204153
Binary100100111100001001001011001010111010101111010000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497092; }

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

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

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

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

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

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

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

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