#476A93

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

Shades of Wedgewood #476A93

Tints of Wedgewood #476A93

Color information

#476A93 (or 0x476A93) is unknown color: approx Wedgewood. HEX triplet: 47, 6A and 93. RGB value is (71,106,147). Sum of RGB (Red+Green+Blue) = 71+106+147=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #476A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476A93 is #B8956C. Grayscale: #646464. Windows color (decimal): -12096877 or 9660999. OLE color: 9660999.

HSL color Cylindrical-coordinate representation of color #476A93: hue angle of 212.37º 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 #476A93 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB71106147-
CMYK0.520.2800.42
HSL212.37º34.86%42.75%-
HSV(B)212.37º51.7%57.65%-
XYZ13.0213.7529.57-
YUV100.21154.4107.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 106 (41.80% from 255) = 32.72%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=21.91%
G=32.72%
B=45.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711061470.520.2800.42212.3734.8642.75
Hex476A93341C02Ad4232b
Octal10715222364340523244353
Binary100011111010101001001111010011100010101011010100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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