#497296

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

Shades of Wedgewood #497296

Tints of Wedgewood #497296

Color information

#497296 (or 0x497296) is unknown color: approx Wedgewood. HEX triplet: 49, 72 and 96. RGB value is (73,114,150). Sum of RGB (Red+Green+Blue) = 73+114+150=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #497296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497296 is #B68D69. Grayscale: #696969. Windows color (decimal): -11963754 or 9859657. OLE color: 9859657.

HSL color Cylindrical-coordinate representation of color #497296: hue angle of 208.05º 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 #497296 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB73114150-
CMYK0.510.2400.41
HSL208.05º34.53%43.73%-
HSV(B)208.05º51.33%58.82%-
XYZ14.2715.6531.12-
YUV105.84152.92104.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.66%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 150 (58.98% from 255) = 44.51%
R=21.66%
G=33.83%
B=44.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731141500.510.2400.41208.0534.5343.73
Hex4972963318029d0232c
Octal11116222663300513204354
Binary100100111100101001011011001111000010100111010000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497296; }

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

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

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

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

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

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

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

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