#477192

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

Shades of Wedgewood #477192

Tints of Wedgewood #477192

Color information

#477192 (or 0x477192) is unknown color: approx Wedgewood. HEX triplet: 47, 71 and 92. RGB value is (71,113,146). Sum of RGB (Red+Green+Blue) = 71+113+146=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #477192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477192 is #B88E6D. Grayscale: #686868. Windows color (decimal): -12095086 or 9597255. OLE color: 9597255.

HSL color Cylindrical-coordinate representation of color #477192: hue angle of 206.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #477192 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71113146-
CMYK0.510.2300.43
HSL206.4º34.56%42.55%-
HSV(B)206.4º51.37%57.25%-
XYZ13.6915.2329.41-
YUV104.2151.59104.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.52%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=21.52%
G=34.24%
B=44.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711131460.510.2300.43206.434.5642.55
Hex477192331702Bce232b
Octal10716122263270533164353
Binary100011111100011001001011001110111010101111001110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477192; }

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

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

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

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

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

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

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

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