#477193

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

Shades of Wedgewood #477193

Tints of Wedgewood #477193

Color information

#477193 (or 0x477193) is unknown color: approx Wedgewood. HEX triplet: 47, 71 and 93. RGB value is (71,113,147). Sum of RGB (Red+Green+Blue) = 71+113+147=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #477193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477193 is #B88E6C. Grayscale: #686868. Windows color (decimal): -12095085 or 9662791. OLE color: 9662791.

HSL color Cylindrical-coordinate representation of color #477193: hue angle of 206.84º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #477193 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB71113147-
CMYK0.520.2300.42
HSL206.84º34.86%42.75%-
HSV(B)206.84º51.7%57.65%-
XYZ13.7715.2629.82-
YUV104.32152.09104.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.45%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=21.45%
G=34.14%
B=44.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711131470.520.2300.42206.8434.8642.75
Hex477193341702Acf232b
Octal10716122364270523174353
Binary100011111100011001001111010010111010101011001111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477193; }

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

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

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

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

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

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

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

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