#477295

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

Shades of Wedgewood #477295

Tints of Wedgewood #477295

Color information

#477295 (or 0x477295) is unknown color: approx Wedgewood. HEX triplet: 47, 72 and 95. RGB value is (71,114,149). Sum of RGB (Red+Green+Blue) = 71+114+149=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #477295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477295 is #B88D6A. Grayscale: #686868. Windows color (decimal): -12094827 or 9794119. OLE color: 9794119.

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

Color convert

RGB71114149-
CMYK0.520.2300.42
HSL206.92º35.45%43.14%-
HSV(B)206.92º52.35%58.43%-
XYZ14.0415.5430.69-
YUV105.13152.75103.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.26%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=21.26%
G=34.13%
B=44.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711141490.520.2300.42206.9235.4543.14
Hex477295341702Acf232b
Octal10716222564270523174353
Binary100011111100101001010111010010111010101011001111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477295; }

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

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

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

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

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

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

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

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