#476E90

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

Shades of Wedgewood #476E90

Tints of Wedgewood #476E90

Color information

#476E90 (or 0x476E90) is unknown color: approx Wedgewood. HEX triplet: 47, 6E and 90. RGB value is (71,110,144). Sum of RGB (Red+Green+Blue) = 71+110+144=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #476E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E90 is #B8916F. Grayscale: #666666. Windows color (decimal): -12095856 or 9465415. OLE color: 9465415.

HSL color Cylindrical-coordinate representation of color #476E90: hue angle of 207.95º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476E90 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71110144-
CMYK0.510.2400.44
HSL207.95º33.95%42.16%-
HSV(B)207.95º50.69%56.47%-
XYZ13.2114.5128.49-
YUV102.21151.58105.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=21.85%
G=33.85%
B=44.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711101440.510.2400.44207.9533.9542.16
Hex476E90331802Cd0222a
Octal10715622063300543204252
Binary100011111011101001000011001111000010110011010000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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