#473563

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

Shades of Meteorite #473563

Tints of Meteorite #473563

Color information

#473563 (or 0x473563) is unknown color: approx Meteorite. HEX triplet: 47, 35 and 63. RGB value is (71,53,99). Sum of RGB (Red+Green+Blue) = 71+53+99=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #473563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473563 is #B8CA9C. Grayscale: #3F3F3F. Windows color (decimal): -12110493 or 6501703. OLE color: 6501703.

HSL color Cylindrical-coordinate representation of color #473563: hue angle of 263.48º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #473563 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB715399-
CMYK0.280.4600.61
HSL263.48º30.26%29.8%-
HSV(B)263.48º46.46%38.82%-
XYZ6.124.7912.41-
YUV63.63147.96133.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 99 (39.06% from 255) = 44.39%
R=31.84%
G=23.77%
B=44.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7153990.280.4600.61263.4830.2629.8
Hex4735631C2E03D1071e1e
Octal1076514334560754073636
Binary100011111010111000111110010111001111011000001111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473563; }

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

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

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

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

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

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

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

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