#476A86

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

Shades of Wedgewood #476A86

Tints of Wedgewood #476A86

Color information

#476A86 (or 0x476A86) is unknown color: approx Wedgewood. HEX triplet: 47, 6A and 86. RGB value is (71,106,134). Sum of RGB (Red+Green+Blue) = 71+106+134=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #476A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A86 is #B89579. Grayscale: #626262. Windows color (decimal): -12096890 or 8809031. OLE color: 8809031.

HSL color Cylindrical-coordinate representation of color #476A86: hue angle of 206.67º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #476A86 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB71106134-
CMYK0.470.2100.47
HSL206.67º30.73%40.2%-
HSV(B)206.67º47.01%52.55%-
XYZ12.0613.3724.5-
YUV98.73147.9108.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=22.83%
G=34.08%
B=43.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711061340.470.2100.47206.6730.7340.2
Hex476A862F1502Fcf1f28
Octal10715220657250573173750
Binary10001111101010100001101011111010101011111100111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,106,134); }

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

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

 a { background-color: rgb(71,106,134); }

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

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

 span { border-color: rgb(71,106,134); }

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