#477196

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

Shades of Wedgewood #477196

Tints of Wedgewood #477196

Color information

#477196 (or 0x477196) is unknown color: approx Wedgewood. HEX triplet: 47, 71 and 96. RGB value is (71,113,150). Sum of RGB (Red+Green+Blue) = 71+113+150=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #477196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477196 is #B88E69. Grayscale: #686868. Windows color (decimal): -12095082 or 9859399. OLE color: 9859399.

HSL color Cylindrical-coordinate representation of color #477196: hue angle of 208.1º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #477196 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB71113150-
CMYK0.530.2500.41
HSL208.1º35.75%43.33%-
HSV(B)208.1º52.67%58.82%-
XYZ14.0115.3531.08-
YUV104.66153.59103.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.26%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=21.26%
G=33.83%
B=44.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711131500.530.2500.41208.135.7543.33
Hex4771963519029d0242b
Octal10716122665310513204453
Binary100011111100011001011011010111001010100111010000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477196; }

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

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

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

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

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

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

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

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