#496790

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

Shades of Wedgewood #496790

Tints of Wedgewood #496790

Color information

#496790 (or 0x496790) is unknown color: approx Wedgewood. HEX triplet: 49, 67 and 90. RGB value is (73,103,144). Sum of RGB (Red+Green+Blue) = 73+103+144=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #496790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496790 is #B6986F. Grayscale: #626262. Windows color (decimal): -11966576 or 9463625. OLE color: 9463625.

HSL color Cylindrical-coordinate representation of color #496790: hue angle of 214.65º 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 #496790 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73103144-
CMYK0.490.2800.44
HSL214.65º32.72%42.55%-
HSV(B)214.65º49.31%56.47%-
XYZ12.6313.1328.25-
YUV98.7153.56109.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 144 (56.64% from 255) = 45%
R=22.81%
G=32.19%
B=45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731031440.490.2800.44214.6532.7242.55
Hex496790311C02Cd7212b
Octal11114722061340543274153
Binary100100111001111001000011000111100010110011010111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496790; }

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

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

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

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

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

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

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

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