#476781

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

Shades of Wedgewood #476781

Tints of Wedgewood #476781

Color information

#476781 (or 0x476781) is unknown color: approx Wedgewood. HEX triplet: 47, 67 and 81. RGB value is (71,103,129). Sum of RGB (Red+Green+Blue) = 71+103+129=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #476781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476781 is #B8987E. Grayscale: #606060. Windows color (decimal): -12097663 or 8480583. OLE color: 8480583.

HSL color Cylindrical-coordinate representation of color #476781: hue angle of 206.9º 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 #476781 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB71103129-
CMYK0.450.2000.49
HSL206.9º29%39.22%-
HSV(B)206.9º44.96%50.59%-
XYZ11.4112.6322.6-
YUV96.4146.4109.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=23.43%
G=33.99%
B=42.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711031290.450.2000.49206.92939.22
Hex4767812D14031cf1d27
Octal10714720155240613173547
Binary10001111100111100000011011011010001100011100111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476781; }

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

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

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

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

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

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

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

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