#497188

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

Shades of Wedgewood #497188

Tints of Wedgewood #497188

Color information

#497188 (or 0x497188) is unknown color: approx Wedgewood. HEX triplet: 49, 71 and 88. RGB value is (73,113,136). Sum of RGB (Red+Green+Blue) = 73+113+136=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #497188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497188 is #B68E77. Grayscale: #676767. Windows color (decimal): -11964024 or 8941897. OLE color: 8941897.

HSL color Cylindrical-coordinate representation of color #497188: hue angle of 201.9º degrees, saturation: 0.3, 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 #497188 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB73113136-
CMYK0.460.1700.47
HSL201.9º30.14%40.98%-
HSV(B)201.9º46.32%53.33%-
XYZ13.11525.5-
YUV103.66146.25106.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 136 (53.52% from 255) = 42.24%
R=22.67%
G=35.09%
B=42.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal731131360.460.1700.47201.930.1440.98
Hex4971882E1102Fca1e29
Octal11116121056210573123651
Binary10010011110001100010001011101000101011111100101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497188; }

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

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

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

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

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

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

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

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