#473470

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

Shades of Meteorite #473470

Tints of Meteorite #473470

Color information

#473470 (or 0x473470) is unknown color: approx Meteorite. HEX triplet: 47, 34 and 70. RGB value is (71,52,112). Sum of RGB (Red+Green+Blue) = 71+52+112=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #473470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473470 is #B8CB8F. Grayscale: #404040. Windows color (decimal): -12110736 or 7353415. OLE color: 7353415.

HSL color Cylindrical-coordinate representation of color #473470: hue angle of 259º 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 #473470 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7152112-
CMYK0.370.5400.56
HSL259º36.59%32.16%-
HSV(B)259º53.57%43.92%-
XYZ6.754.9715.93-
YUV64.52154.79132.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=30.21%
G=22.13%
B=47.66%

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
Decimal71521120.370.5400.5625936.5932.16
Hex47347025360381032520
Octal1076416045660704034540
Binary100011111010011100001001011101100111000100000011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473470; }

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

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

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

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

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

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

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

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