#476884

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

Shades of Wedgewood #476884

Tints of Wedgewood #476884

Color information

#476884 (or 0x476884) is unknown color: approx Wedgewood. HEX triplet: 47, 68 and 84. RGB value is (71,104,132). Sum of RGB (Red+Green+Blue) = 71+104+132=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #476884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476884 is #B8977B. Grayscale: #616161. Windows color (decimal): -12097404 or 8677447. OLE color: 8677447.

HSL color Cylindrical-coordinate representation of color #476884: hue angle of 207.54º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #476884 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB71104132-
CMYK0.460.2100.48
HSL207.54º30.05%39.8%-
HSV(B)207.54º46.21%51.76%-
XYZ11.7112.9123.7-
YUV97.32147.57109.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=23.13%
G=33.88%
B=43.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711041320.460.2100.48207.5430.0539.8
Hex4768842E15030d01e28
Octal10715020456250603203650
Binary10001111101000100001001011101010101100001101000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476884; }

 p { color: rgb(71,104,132); }

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

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

 a { background-color: rgb(71,104,132); }

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

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

 span { border-color: rgb(71,104,132); }

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