#47375D

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

Shades of Meteorite #47375D

Tints of Meteorite #47375D

Color information

#47375D (or 0x47375D) is unknown color: approx Meteorite. HEX triplet: 47, 37 and 5D. RGB value is (71,55,93). Sum of RGB (Red+Green+Blue) = 71+55+93=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #47375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47375D is #B8C8A2. Grayscale: #3F3F3F. Windows color (decimal): -12109987 or 6108999. OLE color: 6108999.

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

Color convert

RGB715593-
CMYK0.240.4100.64
HSL265.26º25.68%29.02%-
HSV(B)265.26º40.86%36.47%-
XYZ5.944.8610.98-
YUV64.12144.3132.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=32.42%
G=25.11%
B=42.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7155930.240.4100.64265.2625.6829.02
Hex47375D18290401091a1d
Octal10767135305101004113235
Binary1000111110111101110111000101001010000001000010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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