#473471

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

Shades of Meteorite #473471

Tints of Meteorite #473471

Color information

#473471 (or 0x473471) is unknown color: approx Meteorite. HEX triplet: 47, 34 and 71. RGB value is (71,52,113). Sum of RGB (Red+Green+Blue) = 71+52+113=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #473471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473471 is #B8CB8E. Grayscale: #404040. Windows color (decimal): -12110735 or 7418951. OLE color: 7418951.

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

Color convert

RGB7152113-
CMYK0.370.5400.56
HSL258.69º36.97%32.35%-
HSV(B)258.69º53.98%44.31%-
XYZ6.814.9916.23-
YUV64.64155.29132.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=30.08%
G=22.03%
B=47.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71521130.370.5400.56258.6936.9732.35
Hex47347125360381032520
Octal1076416145660704034540
Binary100011111010011100011001011101100111000100000011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473471; }

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

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

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

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

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

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

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

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