#473873

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

Shades of Meteorite #473873

Tints of Meteorite #473873

Color information

#473873 (or 0x473873) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 73. RGB value is (71,56,115). Sum of RGB (Red+Green+Blue) = 71+56+115=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #473873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473873 is #B8C78C. Grayscale: #424242. Windows color (decimal): -12109709 or 7551047. OLE color: 7551047.

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

Color convert

RGB7156115-
CMYK0.380.5100.55
HSL255.25º34.5%33.53%-
HSV(B)255.25º51.3%45.1%-
XYZ7.115.4116.89-
YUV67.21154.97130.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=29.34%
G=23.14%
B=47.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71561150.380.5100.55255.2534.533.53
Hex4738732633037ff2322
Octal1077016346630673774342
Binary10001111110001110011100110110011011011111111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473873; }

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

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

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

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

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

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

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

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