#476E8A

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

Shades of Wedgewood #476E8A

Tints of Wedgewood #476E8A

Color information

#476E8A (or 0x476E8A) is unknown color: approx Wedgewood. HEX triplet: 47, 6E and 8A. RGB value is (71,110,138). Sum of RGB (Red+Green+Blue) = 71+110+138=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #476E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E8A is #B89175. Grayscale: #656565. Windows color (decimal): -12095862 or 9072199. OLE color: 9072199.

HSL color Cylindrical-coordinate representation of color #476E8A: hue angle of 205.07º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #476E8A is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB71110138-
CMYK0.490.2000.46
HSL205.07º32.06%40.98%-
HSV(B)205.07º48.55%54.12%-
XYZ12.7614.3326.14-
YUV101.53148.58106.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=22.26%
G=34.48%
B=43.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711101380.490.2000.46205.0732.0640.98
Hex476E8A311402Ecd2029
Octal10715621261240563154051
Binary100011111011101000101011000110100010111011001101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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