#476981

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

Shades of Wedgewood #476981

Tints of Wedgewood #476981

Color information

#476981 (or 0x476981) is unknown color: approx Wedgewood. HEX triplet: 47, 69 and 81. RGB value is (71,105,129). Sum of RGB (Red+Green+Blue) = 71+105+129=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #476981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476981 is #B8967E. Grayscale: #616161. Windows color (decimal): -12097151 or 8481095. OLE color: 8481095.

HSL color Cylindrical-coordinate representation of color #476981: hue angle of 204.83º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #476981 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB71105129-
CMYK0.450.1900.49
HSL204.83º29%39.22%-
HSV(B)204.83º44.96%50.59%-
XYZ11.6113.0322.67-
YUV97.57145.74109.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=23.28%
G=34.43%
B=42.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711051290.450.1900.49204.832939.22
Hex4769812D13031cd1d27
Octal10715120155230613153547
Binary10001111101001100000011011011001101100011100110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476981; }

 p { color: rgb(71,105,129); }

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

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

 a { background-color: rgb(71,105,129); }

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

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

 span { border-color: rgb(71,105,129); }

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