#47718C

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

Shades of Wedgewood #47718C

Tints of Wedgewood #47718C

Color information

#47718C (or 0x47718C) is unknown color: approx Wedgewood. HEX triplet: 47, 71 and 8C. RGB value is (71,113,140). Sum of RGB (Red+Green+Blue) = 71+113+140=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 113 (44.53% from 255 or 34.88% 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 #47718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47718C is #B88E73. Grayscale: #676767. Windows color (decimal): -12095092 or 9204039. OLE color: 9204039.

HSL color Cylindrical-coordinate representation of color #47718C: hue angle of 203.48º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47718C is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB71113140-
CMYK0.490.1900.45
HSL203.48º32.7%41.37%-
HSV(B)203.48º49.29%54.9%-
XYZ13.2415.0427.02-
YUV103.52148.59104.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=21.91%
G=34.88%
B=43.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711131400.490.1900.45203.4832.741.37
Hex47718C311302Dcb2129
Octal10716121461230553134151
Binary100011111100011000110011000110011010110111001011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,113,140); }

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

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

 a { background-color: rgb(71,113,140); }

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

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

 span { border-color: rgb(71,113,140); }

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