#476C87

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

Shades of Wedgewood #476C87

Tints of Wedgewood #476C87

Color information

#476C87 (or 0x476C87) is unknown color: approx Wedgewood. HEX triplet: 47, 6C and 87. RGB value is (71,108,135). Sum of RGB (Red+Green+Blue) = 71+108+135=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #476C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C87 is #B89378. Grayscale: #636363. Windows color (decimal): -12096377 or 8875079. OLE color: 8875079.

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

Color convert

RGB71108135-
CMYK0.470.200.47
HSL205.31º31.07%40.39%-
HSV(B)205.31º47.41%52.94%-
XYZ12.3313.8124.94-
YUV100.02147.74107.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=22.61%
G=34.39%
B=42.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711081350.470.200.47205.3131.0740.39
Hex476C872F1402Fcd1f28
Octal10715420757240573153750
Binary10001111101100100001111011111010001011111100110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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