#476A82

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

Shades of Wedgewood #476A82

Tints of Wedgewood #476A82

Color information

#476A82 (or 0x476A82) is unknown color: approx Wedgewood. HEX triplet: 47, 6A and 82. RGB value is (71,106,130). Sum of RGB (Red+Green+Blue) = 71+106+130=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #476A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A82 is #B8957D. Grayscale: #626262. Windows color (decimal): -12096894 or 8546887. OLE color: 8546887.

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

Color convert

RGB71106130-
CMYK0.450.1800.49
HSL204.41º29.35%39.41%-
HSV(B)204.41º45.38%50.98%-
XYZ11.7813.2623.06-
YUV98.27145.9108.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=23.13%
G=34.53%
B=42.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711061300.450.1800.49204.4129.3539.41
Hex476A822D12031cc1d27
Octal10715220255220613143547
Binary10001111101010100000101011011001001100011100110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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