#49708F

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

Shades of Wedgewood #49708F

Tints of Wedgewood #49708F

Color information

#49708F (or 0x49708F) is unknown color: approx Wedgewood. HEX triplet: 49, 70 and 8F. RGB value is (73,112,143). Sum of RGB (Red+Green+Blue) = 73+112+143=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #49708F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49708F is #B68F70. Grayscale: #676767. Windows color (decimal): -11964273 or 9400393. OLE color: 9400393.

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

Color convert

RGB73112143-
CMYK0.490.2200.44
HSL206.57º32.41%42.35%-
HSV(B)206.57º48.95%56.08%-
XYZ13.514.9928.17-
YUV103.87150.08105.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 143 (56.25% from 255) = 43.60%
R=22.26%
G=34.15%
B=43.60%

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
Decimal731121430.490.2200.44206.5732.4142.35
Hex49708F311602Ccf202a
Octal11116021761260543174052
Binary100100111100001000111111000110110010110011001111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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