#496f8f

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

Shades of Wedgewood #496F8F

Tints of Wedgewood #496F8F

Color information

#496F8F (or 0x496F8F) is unknown color: approx Wedgewood. HEX triplet: 49, 6F and 8F. RGB value is (73,111,143). Sum of RGB (Red+Green+Blue) = 73+111+143=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #496F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496F8F is #B69070. Grayscale: #676767. Windows color (decimal): -11964529 or 9400137. OLE color: 9400137.

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

Color convert

RGB73111143-
CMYK0.490.2200.44
HSL207.43º32.41%42.35%-
HSV(B)207.43º48.95%56.08%-
XYZ13.3914.7728.13-
YUV103.29150.41106.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 143 (56.25% from 255) = 43.73%
R=22.32%
G=33.94%
B=43.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal731111430.490.2200.44207.4332.4142.35
Hex496F8F311602Ccf202a
Octal11115721761260543174052
Binary100100111011111000111111000110110010110011001111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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