#473E73

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

Shades of Meteorite #473E73

Tints of Meteorite #473E73

Color information

#473E73 (or 0x473E73) is unknown color: approx Meteorite. HEX triplet: 47, 3E and 73. RGB value is (71,62,115). Sum of RGB (Red+Green+Blue) = 71+62+115=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #473E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E73 is #B8C18C. Grayscale: #464646. Windows color (decimal): -12108173 or 7552583. OLE color: 7552583.

HSL color Cylindrical-coordinate representation of color #473E73: hue angle of 250.19º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #473E73 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7162115-
CMYK0.380.4600.55
HSL250.19º29.94%34.71%-
HSV(B)250.19º46.09%45.1%-
XYZ7.426.0216.99-
YUV70.73152.98128.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 62 (24.61% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=28.63%
G=25%
B=46.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71621150.380.4600.55250.1929.9434.71
Hex473E73262E037fa1e23
Octal1077616346560673723643
Binary1000111111110111001110011010111001101111111101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473E73; }

 p { color: rgb(71,62,115); }

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

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

 a { background-color: rgb(71,62,115); }

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

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

 span { border-color: rgb(71,62,115); }

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