#476C8E

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

Shades of Wedgewood #476C8E

Tints of Wedgewood #476C8E

Color information

#476C8E (or 0x476C8E) is unknown color: approx Wedgewood. HEX triplet: 47, 6C and 8E. RGB value is (71,108,142). Sum of RGB (Red+Green+Blue) = 71+108+142=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #476C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C8E is #B89371. Grayscale: #646464. Windows color (decimal): -12096370 or 9333831. OLE color: 9333831.

HSL color Cylindrical-coordinate representation of color #476C8E: hue angle of 208.73º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #476C8E is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71108142-
CMYK0.50.2400.44
HSL208.73º33.33%41.76%-
HSV(B)208.73º50%55.69%-
XYZ12.8414.0227.62-
YUV100.81151.24106.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=22.12%
G=33.64%
B=44.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711081420.50.2400.44208.7333.3341.76
Hex476C8E321802Cd1212a
Octal10715421662300543214152
Binary100011111011001000111011001011000010110011010001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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