#47405E

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

Shades of Meteorite #47405E

Tints of Meteorite #47405E

Color information

#47405E (or 0x47405E) is unknown color: approx Meteorite. HEX triplet: 47, 40 and 5E. RGB value is (71,64,94). Sum of RGB (Red+Green+Blue) = 71+64+94=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #47405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47405E is #B8BFA1. Grayscale: #454545. Windows color (decimal): -12107682 or 6176839. OLE color: 6176839.

HSL color Cylindrical-coordinate representation of color #47405E: hue angle of 254º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47405E is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB716494-
CMYK0.240.3200.63
HSL254º18.99%30.98%-
HSV(B)254º31.91%36.86%-
XYZ6.455.8111.37-
YUV69.51141.82129.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=31.00%
G=27.95%
B=41.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7164940.240.3200.6325418.9930.98
Hex47405E182003Ffe131f
Octal10710013630400773762337
Binary100011110000001011110110001000000111111111111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47405E; }

 p { color: rgb(71,64,94); }

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

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

 a { background-color: rgb(71,64,94); }

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

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

 span { border-color: rgb(71,64,94); }

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