#473863

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

Shades of Meteorite #473863

Tints of Meteorite #473863

Color information

#473863 (or 0x473863) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 63. RGB value is (71,56,99). Sum of RGB (Red+Green+Blue) = 71+56+99=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #473863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473863 is #B8C79C. Grayscale: #414141. Windows color (decimal): -12109725 or 6502471. OLE color: 6502471.

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

Color convert

RGB715699-
CMYK0.280.4300.61
HSL260.93º27.74%30.39%-
HSV(B)260.93º43.43%38.82%-
XYZ6.265.0712.45-
YUV65.39146.97132-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=31.42%
G=24.78%
B=43.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7156990.280.4300.61260.9327.7430.39
Hex4738631C2B03D1051c1e
Octal1077014334530754053436
Binary100011111100011000111110010101101111011000001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473863; }

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

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

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

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

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

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

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

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