#496A8F

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

Shades of Wedgewood #496A8F

Tints of Wedgewood #496A8F

Color information

#496A8F (or 0x496A8F) is unknown color: approx Wedgewood. HEX triplet: 49, 6A and 8F. RGB value is (73,106,143). Sum of RGB (Red+Green+Blue) = 73+106+143=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #496A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A8F is #B69570. Grayscale: #646464. Windows color (decimal): -11965809 or 9398857. OLE color: 9398857.

HSL color Cylindrical-coordinate representation of color #496A8F: hue angle of 211.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #496A8F is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB73106143-
CMYK0.490.2600.44
HSL211.71º32.41%42.35%-
HSV(B)211.71º48.95%56.08%-
XYZ12.8613.7127.95-
YUV100.35152.07108.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 143 (56.25% from 255) = 44.41%
R=22.67%
G=32.92%
B=44.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731061430.490.2600.44211.7132.4142.35
Hex496A8F311A02Cd4202a
Octal11115221761320543244052
Binary100100111010101000111111000111010010110011010100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496A8F; }

 p { color: rgb(73,106,143); }

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

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

 a { background-color: rgb(73,106,143); }

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

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

 span { border-color: rgb(73,106,143); }

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