#476E8C

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

Shades of Wedgewood #476E8C

Tints of Wedgewood #476E8C

Color information

#476E8C (or 0x476E8C) is unknown color: approx Wedgewood. HEX triplet: 47, 6E and 8C. RGB value is (71,110,140). Sum of RGB (Red+Green+Blue) = 71+110+140=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #476E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E8C is #B89173. Grayscale: #656565. Windows color (decimal): -12095860 or 9203271. OLE color: 9203271.

HSL color Cylindrical-coordinate representation of color #476E8C: hue angle of 206.09º 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 #476E8C is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB71110140-
CMYK0.490.2100.45
HSL206.09º32.7%41.37%-
HSV(B)206.09º49.29%54.9%-
XYZ12.9114.3826.91-
YUV101.76149.58106.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=22.12%
G=34.27%
B=43.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711101400.490.2100.45206.0932.741.37
Hex476E8C311502Dce2129
Octal10715621461250553164151
Binary100011111011101000110011000110101010110111001110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476E8C; }

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

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

<style>
 a { background-color: #476E8C; }

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

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

<style>
 span { border-color: #476E8C; }

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

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