#476B8F

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

Shades of Wedgewood #476B8F

Tints of Wedgewood #476B8F

Color information

#476B8F (or 0x476B8F) is unknown color: approx Wedgewood. HEX triplet: 47, 6B and 8F. RGB value is (71,107,143). Sum of RGB (Red+Green+Blue) = 71+107+143=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #476B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476B8F is #B89470. Grayscale: #646464. Windows color (decimal): -12096625 or 9399111. OLE color: 9399111.

HSL color Cylindrical-coordinate representation of color #476B8F: hue angle of 210º degrees, saturation: 0.34, 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 #476B8F is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71107143-
CMYK0.500.2500.44
HSL210º33.64%41.96%-
HSV(B)210º50.35%56.08%-
XYZ12.8113.8427.98-
YUV100.34152.07107.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 143 (56.25% from 255) = 44.55%
R=22.12%
G=33.33%
B=44.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711071430.500.2500.4421033.6441.96
Hex476B8F321902Cd2222a
Octal10715321762310543224252
Binary100011111010111000111111001011001010110011010010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,107,143); }

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

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

 a { background-color: rgb(71,107,143); }

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

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

 span { border-color: rgb(71,107,143); }

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