#476D8E

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

Shades of Wedgewood #476D8E

Tints of Wedgewood #476D8E

Color information

#476D8E (or 0x476D8E) is unknown color: approx Wedgewood. HEX triplet: 47, 6D and 8E. RGB value is (71,109,142). Sum of RGB (Red+Green+Blue) = 71+109+142=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #476D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D8E is #B89271. Grayscale: #656565. Windows color (decimal): -12096114 or 9334087. OLE color: 9334087.

HSL color Cylindrical-coordinate representation of color #476D8E: hue angle of 207.89º 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 #476D8E is Cyan = 0.5, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71109142-
CMYK0.50.2300.44
HSL207.89º33.33%41.76%-
HSV(B)207.89º50%55.69%-
XYZ12.9514.2327.66-
YUV101.4150.91106.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 109 (42.97% from 255) = 33.85%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=22.05%
G=33.85%
B=44.10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711091420.50.2300.44207.8933.3341.76
Hex476D8E321702Cd0212a
Octal10715521662270543204152
Binary100011111011011000111011001010111010110011010000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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