#476E8E

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

Shades of Wedgewood #476E8E

Tints of Wedgewood #476E8E

Color information

#476E8E (or 0x476E8E) is unknown color: approx Wedgewood. HEX triplet: 47, 6E and 8E. RGB value is (71,110,142). Sum of RGB (Red+Green+Blue) = 71+110+142=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #476E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E8E is #B89171. Grayscale: #656565. Windows color (decimal): -12095858 or 9334343. OLE color: 9334343.

HSL color Cylindrical-coordinate representation of color #476E8E: hue angle of 207.04º 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 #476E8E is Cyan = 0.5, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71110142-
CMYK0.50.2300.44
HSL207.04º33.33%41.76%-
HSV(B)207.04º50%55.69%-
XYZ13.0614.4427.69-
YUV101.99150.58105.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.98%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=21.98%
G=34.06%
B=43.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711101420.50.2300.44207.0433.3341.76
Hex476E8E321702Ccf212a
Octal10715621662270543174152
Binary100011111011101000111011001010111010110011001111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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