#496F8C

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

Shades of Wedgewood #496F8C

Tints of Wedgewood #496F8C

Color information

#496F8C (or 0x496F8C) is unknown color: approx Wedgewood. HEX triplet: 49, 6F and 8C. RGB value is (73,111,140). Sum of RGB (Red+Green+Blue) = 73+111+140=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #496F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496F8C is #B69073. Grayscale: #666666. Windows color (decimal): -11964532 or 9203529. OLE color: 9203529.

HSL color Cylindrical-coordinate representation of color #496F8C: hue angle of 205.97º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #496F8C is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73111140-
CMYK0.480.2100.45
HSL205.97º31.46%41.76%-
HSV(B)205.97º47.86%54.9%-
XYZ13.1714.6826.95-
YUV102.94148.91106.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=22.53%
G=34.26%
B=43.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731111400.480.2100.45205.9731.4641.76
Hex496F8C301502Dce1f2a
Octal11115721460250553163752
Binary10010011101111100011001100001010101011011100111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,111,140); }

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

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

 a { background-color: rgb(73,111,140); }

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

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

 span { border-color: rgb(73,111,140); }

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