#476591

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

Shades of Wedgewood #476591

Tints of Wedgewood #476591

Color information

#476591 (or 0x476591) is unknown color: approx Wedgewood. HEX triplet: 47, 65 and 91. RGB value is (71,101,145). Sum of RGB (Red+Green+Blue) = 71+101+145=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #476591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476591 is #B89A6E. Grayscale: #606060. Windows color (decimal): -12098159 or 9528647. OLE color: 9528647.

HSL color Cylindrical-coordinate representation of color #476591: hue angle of 215.68º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476591 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71101145-
CMYK0.510.3000.43
HSL215.68º34.26%42.35%-
HSV(B)215.68º51.03%56.86%-
XYZ12.3612.6928.59-
YUV97.05155.06109.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=22.40%
G=31.86%
B=45.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711011450.510.3000.43215.6834.2642.35
Hex476591331E02Bd8222a
Octal10714522163360533304252
Binary100011111001011001000111001111110010101111011000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476591; }

 p { color: rgb(71,101,145); }

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

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

 a { background-color: rgb(71,101,145); }

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

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

 span { border-color: rgb(71,101,145); }

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