#49708C

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

Shades of Wedgewood #49708C

Tints of Wedgewood #49708C

Color information

#49708C (or 0x49708C) is unknown color: approx Wedgewood. HEX triplet: 49, 70 and 8C. RGB value is (73,112,140). Sum of RGB (Red+Green+Blue) = 73+112+140=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #49708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49708C is #B68F73. Grayscale: #676767. Windows color (decimal): -11964276 or 9203785. OLE color: 9203785.

HSL color Cylindrical-coordinate representation of color #49708C: hue angle of 205.07º 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 #49708C is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB73112140-
CMYK0.480.2000.45
HSL205.07º31.46%41.76%-
HSV(B)205.07º47.86%54.9%-
XYZ13.2814.926.99-
YUV103.53148.58106.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 140 (55.08% from 255) = 43.08%
R=22.46%
G=34.46%
B=43.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal731121400.480.2000.45205.0731.4641.76
Hex49708C301402Dcd1f2a
Octal11116021460240553153752
Binary10010011110000100011001100001010001011011100110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49708C; }

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

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

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

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

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

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

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

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