#496690

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

Shades of Wedgewood #496690

Tints of Wedgewood #496690

Color information

#496690 (or 0x496690) is unknown color: approx Wedgewood. HEX triplet: 49, 66 and 90. RGB value is (73,102,144). Sum of RGB (Red+Green+Blue) = 73+102+144=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #496690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496690 is #B6996F. Grayscale: #616161. Windows color (decimal): -11966832 or 9463369. OLE color: 9463369.

HSL color Cylindrical-coordinate representation of color #496690: hue angle of 215.49º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #496690 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73102144-
CMYK0.490.2900.44
HSL215.49º32.72%42.55%-
HSV(B)215.49º49.31%56.47%-
XYZ12.5312.9328.22-
YUV98.12153.89110.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=22.88%
G=31.97%
B=45.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731021440.490.2900.44215.4932.7242.55
Hex496690311D02Cd7212b
Octal11114622061350543274153
Binary100100111001101001000011000111101010110011010111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496690; }

 p { color: rgb(73,102,144); }

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

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

 a { background-color: rgb(73,102,144); }

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

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

 span { border-color: rgb(73,102,144); }

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