#476D8B

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

Shades of Wedgewood #476D8B

Tints of Wedgewood #476D8B

Color information

#476D8B (or 0x476D8B) is unknown color: approx Wedgewood. HEX triplet: 47, 6D and 8B. RGB value is (71,109,139). Sum of RGB (Red+Green+Blue) = 71+109+139=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #476D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D8B is #B89274. Grayscale: #646464. Windows color (decimal): -12096117 or 9137479. OLE color: 9137479.

HSL color Cylindrical-coordinate representation of color #476D8B: hue angle of 206.47º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #476D8B is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB71109139-
CMYK0.490.2200.45
HSL206.47º32.38%41.18%-
HSV(B)206.47º48.92%54.51%-
XYZ12.7314.1426.48-
YUV101.06149.41106.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=22.26%
G=34.17%
B=43.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711091390.490.2200.45206.4732.3841.18
Hex476D8B311602Dce2029
Octal10715521361260553164051
Binary100011111011011000101111000110110010110111001110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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