#477095

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

Shades of Wedgewood #477095

Tints of Wedgewood #477095

Color information

#477095 (or 0x477095) is unknown color: approx Wedgewood. HEX triplet: 47, 70 and 95. RGB value is (71,112,149). Sum of RGB (Red+Green+Blue) = 71+112+149=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #477095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477095 is #B88F6A. Grayscale: #676767. Windows color (decimal): -12095339 or 9793607. OLE color: 9793607.

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

Color convert

RGB71112149-
CMYK0.520.2500.42
HSL208.46º35.45%43.14%-
HSV(B)208.46º52.35%58.43%-
XYZ13.8215.130.62-
YUV103.96153.42104.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=21.39%
G=33.73%
B=44.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711121490.520.2500.42208.4635.4543.14
Hex477095341902Ad0232b
Octal10716022564310523204353
Binary100011111100001001010111010011001010101011010000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477095; }

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

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

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

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

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

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

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

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