#477191

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

Shades of Wedgewood #477191

Tints of Wedgewood #477191

Color information

#477191 (or 0x477191) is unknown color: approx Wedgewood. HEX triplet: 47, 71 and 91. RGB value is (71,113,145). Sum of RGB (Red+Green+Blue) = 71+113+145=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #477191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477191 is #B88E6E. Grayscale: #676767. Windows color (decimal): -12095087 or 9531719. OLE color: 9531719.

HSL color Cylindrical-coordinate representation of color #477191: hue angle of 205.95º 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 #477191 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71113145-
CMYK0.510.2200.43
HSL205.95º34.26%42.35%-
HSV(B)205.95º51.03%56.86%-
XYZ13.6115.1929-
YUV104.09151.09104.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 145 (57.03% from 255) = 44.07%
R=21.58%
G=34.35%
B=44.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711131450.510.2200.43205.9534.2642.35
Hex477191331602Bce222a
Octal10716122163260533164252
Binary100011111100011001000111001110110010101111001110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477191; }

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

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

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

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

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

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

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

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