#477290

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

Shades of Wedgewood #477290

Tints of Wedgewood #477290

Color information

#477290 (or 0x477290) is unknown color: approx Wedgewood. HEX triplet: 47, 72 and 90. RGB value is (71,114,144). Sum of RGB (Red+Green+Blue) = 71+114+144=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #477290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477290 is #B88D6F. Grayscale: #686868. Windows color (decimal): -12094832 or 9466439. OLE color: 9466439.

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

Color convert

RGB71114144-
CMYK0.510.2100.44
HSL204.66º33.95%42.16%-
HSV(B)204.66º50.69%56.47%-
XYZ13.6515.3928.64-
YUV104.56150.25104.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=21.58%
G=34.65%
B=43.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711141440.510.2100.44204.6633.9542.16
Hex477290331502Ccd222a
Octal10716222063250543154252
Binary100011111100101001000011001110101010110011001101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477290; }

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

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

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

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

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

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

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

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