#473C73

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

Shades of Meteorite #473C73

Tints of Meteorite #473C73

Color information

#473C73 (or 0x473C73) is unknown color: approx Meteorite. HEX triplet: 47, 3C and 73. RGB value is (71,60,115). Sum of RGB (Red+Green+Blue) = 71+60+115=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #473C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C73 is #B8C38C. Grayscale: #454545. Windows color (decimal): -12108685 or 7552071. OLE color: 7552071.

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

Color convert

RGB7160115-
CMYK0.380.4800.55
HSL252º31.43%34.31%-
HSV(B)252º47.83%45.1%-
XYZ7.315.8116.96-
YUV69.56153.64129.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=28.86%
G=24.39%
B=46.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71601150.380.4800.5525231.4334.31
Hex473C732630037fc1f22
Octal1077416346600673743742
Binary1000111111100111001110011011000001101111111110011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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