#476F8D

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

Shades of Wedgewood #476F8D

Tints of Wedgewood #476F8D

Color information

#476F8D (or 0x476F8D) is unknown color: approx Wedgewood. HEX triplet: 47, 6F and 8D. RGB value is (71,111,141). Sum of RGB (Red+Green+Blue) = 71+111+141=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #476F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F8D is #B89072. Grayscale: #666666. Windows color (decimal): -12095603 or 9269063. OLE color: 9269063.

HSL color Cylindrical-coordinate representation of color #476F8D: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #476F8D is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB71111141-
CMYK0.500.2100.45
HSL205.71º33.02%41.57%-
HSV(B)205.71º49.65%55.29%-
XYZ13.0914.6327.33-
YUV102.46149.75105.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.98%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 141 (55.47% from 255) = 43.65%
R=21.98%
G=34.37%
B=43.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711111410.500.2100.45205.7133.0241.57
Hex476F8D321502Dce212a
Octal10715721562250553164152
Binary100011111011111000110111001010101010110111001110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,111,141); }

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

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

 a { background-color: rgb(71,111,141); }

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

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

 span { border-color: rgb(71,111,141); }

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