#497086

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

Shades of Wedgewood #497086

Tints of Wedgewood #497086

Color information

#497086 (or 0x497086) is unknown color: approx Wedgewood. HEX triplet: 49, 70 and 86. RGB value is (73,112,134). Sum of RGB (Red+Green+Blue) = 73+112+134=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #497086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497086 is #B68F79. Grayscale: #666666. Windows color (decimal): -11964282 or 8810569. OLE color: 8810569.

HSL color Cylindrical-coordinate representation of color #497086: hue angle of 201.64º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #497086 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73112134-
CMYK0.460.1600.47
HSL201.64º29.47%40.59%-
HSV(B)201.64º45.52%52.55%-
XYZ12.8414.7324.72-
YUV102.85145.58106.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=22.88%
G=35.11%
B=42.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731121340.460.1600.47201.6429.4740.59
Hex4970862E1002Fca1d29
Octal11116020656200573123551
Binary10010011110000100001101011101000001011111100101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497086; }

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

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

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

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

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

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

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

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