#477096

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

Shades of Wedgewood #477096

Tints of Wedgewood #477096

Color information

#477096 (or 0x477096) is unknown color: approx Wedgewood. HEX triplet: 47, 70 and 96. RGB value is (71,112,150). Sum of RGB (Red+Green+Blue) = 71+112+150=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #477096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477096 is #B88F69. Grayscale: #676767. Windows color (decimal): -12095338 or 9859143. OLE color: 9859143.

HSL color Cylindrical-coordinate representation of color #477096: hue angle of 208.86º 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 #477096 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB71112150-
CMYK0.530.2500.41
HSL208.86º35.75%43.33%-
HSV(B)208.86º52.67%58.82%-
XYZ13.915.1331.04-
YUV104.07153.92104.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=21.32%
G=33.63%
B=45.05%

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
Decimal711121500.530.2500.41208.8635.7543.33
Hex4770963519029d1242b
Octal10716022665310513214453
Binary100011111100001001011011010111001010100111010001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477096; }

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

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

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

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

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

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

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

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