#473571

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

Shades of Meteorite #473571

Tints of Meteorite #473571

Color information

#473571 (or 0x473571) is unknown color: approx Meteorite. HEX triplet: 47, 35 and 71. RGB value is (71,53,113). Sum of RGB (Red+Green+Blue) = 71+53+113=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #473571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473571 is #B8CA8E. Grayscale: #414141. Windows color (decimal): -12110479 or 7419207. OLE color: 7419207.

HSL color Cylindrical-coordinate representation of color #473571: hue angle of 258º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #473571 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7153113-
CMYK0.370.5300.56
HSL258º36.14%32.55%-
HSV(B)258º53.1%44.31%-
XYZ6.855.0816.24-
YUV65.22154.96132.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=29.96%
G=22.36%
B=47.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71531130.370.5300.5625836.1432.55
Hex47357125350381022421
Octal1076516145650704024441
Binary100011111010111100011001011101010111000100000010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473571; }

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

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

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

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

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

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

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

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