#47385D

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

Shades of Meteorite #47385D

Tints of Meteorite #47385D

Color information

#47385D (or 0x47385D) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 5D. RGB value is (71,56,93). Sum of RGB (Red+Green+Blue) = 71+56+93=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #47385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47385D is #B8C7A2. Grayscale: #404040. Windows color (decimal): -12109731 or 6109255. OLE color: 6109255.

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

Color convert

RGB715693-
CMYK0.240.4000.64
HSL264.32º24.83%29.22%-
HSV(B)264.32º39.78%36.47%-
XYZ5.994.9611-
YUV64.7143.97132.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=32.27%
G=25.45%
B=42.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7156930.240.4000.64264.3224.8329.22
Hex47385D1828040108191d
Octal10770135305001004103135
Binary1000111111000101110111000101000010000001000010001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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