#476C84

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

Shades of Wedgewood #476C84

Tints of Wedgewood #476C84

Color information

#476C84 (or 0x476C84) is unknown color: approx Wedgewood. HEX triplet: 47, 6C and 84. RGB value is (71,108,132). Sum of RGB (Red+Green+Blue) = 71+108+132=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #476C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C84 is #B8937B. Grayscale: #636363. Windows color (decimal): -12096380 or 8678471. OLE color: 8678471.

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

Color convert

RGB71108132-
CMYK0.460.1800.48
HSL203.61º30.05%39.8%-
HSV(B)203.61º46.21%51.76%-
XYZ12.1313.7323.84-
YUV99.67146.24107.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=22.83%
G=34.73%
B=42.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711081320.460.1800.48203.6130.0539.8
Hex476C842E12030cc1e28
Octal10715420456220603143650
Binary10001111101100100001001011101001001100001100110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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