#476890

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

Shades of Wedgewood #476890

Tints of Wedgewood #476890

Color information

#476890 (or 0x476890) is unknown color: approx Wedgewood. HEX triplet: 47, 68 and 90. RGB value is (71,104,144). Sum of RGB (Red+Green+Blue) = 71+104+144=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #476890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476890 is #B8976F. Grayscale: #626262. Windows color (decimal): -12097392 or 9463879. OLE color: 9463879.

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

Color convert

RGB71104144-
CMYK0.510.2800.44
HSL212.88º33.95%42.16%-
HSV(B)212.88º50.69%56.47%-
XYZ12.5813.2528.28-
YUV98.69153.57108.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=22.26%
G=32.60%
B=45.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711041440.510.2800.44212.8833.9542.16
Hex476890331C02Cd5222a
Octal10715022063340543254252
Binary100011111010001001000011001111100010110011010101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476890; }

 p { color: rgb(71,104,144); }

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

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

 a { background-color: rgb(71,104,144); }

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

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

 span { border-color: rgb(71,104,144); }

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