#476892

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

Shades of Wedgewood #476892

Tints of Wedgewood #476892

Color information

#476892 (or 0x476892) is unknown color: approx Wedgewood. HEX triplet: 47, 68 and 92. RGB value is (71,104,146). Sum of RGB (Red+Green+Blue) = 71+104+146=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #476892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476892 is #B8976D. Grayscale: #626262. Windows color (decimal): -12097390 or 9594951. OLE color: 9594951.

HSL color Cylindrical-coordinate representation of color #476892: hue angle of 213.6º 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 #476892 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71104146-
CMYK0.510.2900.43
HSL213.6º34.56%42.55%-
HSV(B)213.6º51.37%57.25%-
XYZ12.7413.3229.09-
YUV98.92154.57108.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=22.12%
G=32.40%
B=45.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711041460.510.2900.43213.634.5642.55
Hex476892331D02Bd6232b
Octal10715022263350533264353
Binary100011111010001001001011001111101010101111010110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476892; }

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

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

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

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

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

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

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

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