#47365C

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

Shades of Meteorite #47365C

Tints of Meteorite #47365C

Color information

#47365C (or 0x47365C) is unknown color: approx Meteorite. HEX triplet: 47, 36 and 5C. RGB value is (71,54,92). Sum of RGB (Red+Green+Blue) = 71+54+92=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #47365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47365C is #B8C9A3. Grayscale: #3F3F3F. Windows color (decimal): -12110244 or 6043207. OLE color: 6043207.

HSL color Cylindrical-coordinate representation of color #47365C: hue angle of 266.84º 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 #47365C is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB715492-
CMYK0.230.4100.64
HSL266.84º26.03%28.63%-
HSV(B)266.84º41.3%36.08%-
XYZ5.854.7510.73-
YUV63.41144.13133.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=32.72%
G=24.88%
B=42.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7154920.230.4100.64266.8426.0328.63
Hex47365C172904010b1a1d
Octal10766134275101004133235
Binary1000111110110101110010111101001010000001000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47365C; }

 p { color: rgb(71,54,92); }

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

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

 a { background-color: rgb(71,54,92); }

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

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

 span { border-color: rgb(71,54,92); }

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