#47395D

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

Shades of Meteorite #47395D

Tints of Meteorite #47395D

Color information

#47395D (or 0x47395D) is unknown color: approx Meteorite. HEX triplet: 47, 39 and 5D. RGB value is (71,57,93). Sum of RGB (Red+Green+Blue) = 71+57+93=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #47395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47395D is #B8C6A2. Grayscale: #414141. Windows color (decimal): -12109475 or 6109511. OLE color: 6109511.

HSL color Cylindrical-coordinate representation of color #47395D: hue angle of 263.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47395D is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB715793-
CMYK0.240.3900.64
HSL263.33º24%29.41%-
HSV(B)263.33º38.71%36.47%-
XYZ6.045.0611.01-
YUV65.29143.64132.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=32.13%
G=25.79%
B=42.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7157930.240.3900.64263.332429.41
Hex47395D1827040107181d
Octal10771135304701004073035
Binary1000111111001101110111000100111010000001000001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47395D; }

 p { color: rgb(71,57,93); }

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

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

 a { background-color: rgb(71,57,93); }

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

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

 span { border-color: rgb(71,57,93); }

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