#476A87

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

Shades of Wedgewood #476A87

Tints of Wedgewood #476A87

Color information

#476A87 (or 0x476A87) is unknown color: approx Wedgewood. HEX triplet: 47, 6A and 87. RGB value is (71,106,135). Sum of RGB (Red+Green+Blue) = 71+106+135=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #476A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A87 is #B89578. Grayscale: #626262. Windows color (decimal): -12096889 or 8874567. OLE color: 8874567.

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

Color convert

RGB71106135-
CMYK0.470.2100.47
HSL207.19º31.07%40.39%-
HSV(B)207.19º47.41%52.94%-
XYZ12.1313.424.87-
YUV98.84148.4108.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=22.76%
G=33.97%
B=43.27%

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
Decimal711061350.470.2100.47207.1931.0740.39
Hex476A872F1502Fcf1f28
Octal10715220757250573173750
Binary10001111101010100001111011111010101011111100111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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