#473572

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

Shades of Meteorite #473572

Tints of Meteorite #473572

Color information

#473572 (or 0x473572) is unknown color: approx Meteorite. HEX triplet: 47, 35 and 72. RGB value is (71,53,114). Sum of RGB (Red+Green+Blue) = 71+53+114=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #473572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473572 is #B8CA8D. Grayscale: #414141. Windows color (decimal): -12110478 or 7484743. OLE color: 7484743.

HSL color Cylindrical-coordinate representation of color #473572: hue angle of 257.7º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #473572 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7153114-
CMYK0.380.5400.55
HSL257.7º36.53%32.75%-
HSV(B)257.7º53.51%44.71%-
XYZ6.915.116.54-
YUV65.34155.46132.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=29.83%
G=22.27%
B=47.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71531140.380.5400.55257.736.5332.75
Hex47357226360371022521
Octal1076516246660674024541
Binary100011111010111100101001101101100110111100000010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473572; }

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

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

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

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

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

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

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

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