#47708E

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

Shades of Wedgewood #47708E

Tints of Wedgewood #47708E

Color information

#47708E (or 0x47708E) is unknown color: approx Wedgewood. HEX triplet: 47, 70 and 8E. RGB value is (71,112,142). Sum of RGB (Red+Green+Blue) = 71+112+142=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #47708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47708E is #B88F71. Grayscale: #676767. Windows color (decimal): -12095346 or 9334855. OLE color: 9334855.

HSL color Cylindrical-coordinate representation of color #47708E: hue angle of 205.35º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47708E is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71112142-
CMYK0.50.2100.44
HSL205.35º33.33%41.76%-
HSV(B)205.35º50%55.69%-
XYZ13.2814.8827.76-
YUV103.16149.92105.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=21.85%
G=34.46%
B=43.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711121420.50.2100.44205.3533.3341.76
Hex47708E321502Ccd212a
Octal10716021662250543154152
Binary100011111100001000111011001010101010110011001101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47708E; }

 p { color: rgb(71,112,142); }

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

<style>
 a { background-color: #47708E; }

 a { background-color: rgb(71,112,142); }

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

<style>
 span { border-color: #47708E; }

 span { border-color: rgb(71,112,142); }

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