#497396

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

Shades of Wedgewood #497396

Tints of Wedgewood #497396

Color information

#497396 (or 0x497396) is unknown color: approx Wedgewood. HEX triplet: 49, 73 and 96. RGB value is (73,115,150). Sum of RGB (Red+Green+Blue) = 73+115+150=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #497396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497396 is #B68C69. Grayscale: #6A6A6A. Windows color (decimal): -11963498 or 9859913. OLE color: 9859913.

HSL color Cylindrical-coordinate representation of color #497396: hue angle of 207.27º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #497396 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB73115150-
CMYK0.510.2300.41
HSL207.27º34.53%43.73%-
HSV(B)207.27º51.33%58.82%-
XYZ14.3815.8831.16-
YUV106.43152.59104.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.60%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=21.60%
G=34.02%
B=44.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731151500.510.2300.41207.2734.5343.73
Hex4973963317029cf232c
Octal11116322663270513174354
Binary100100111100111001011011001110111010100111001111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497396; }

 p { color: rgb(73,115,150); }

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

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

 a { background-color: rgb(73,115,150); }

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

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

 span { border-color: rgb(73,115,150); }

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