#47365D

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

Shades of Meteorite #47365D

Tints of Meteorite #47365D

Color information

#47365D (or 0x47365D) is unknown color: approx Meteorite. HEX triplet: 47, 36 and 5D. RGB value is (71,54,93). Sum of RGB (Red+Green+Blue) = 71+54+93=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #47365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47365D is #B8C9A2. Grayscale: #3F3F3F. Windows color (decimal): -12110243 or 6108743. OLE color: 6108743.

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

Color convert

RGB715493-
CMYK0.240.4200.64
HSL266.15º26.53%28.82%-
HSV(B)266.15º41.94%36.47%-
XYZ5.894.7710.97-
YUV63.53144.63133.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=32.57%
G=24.77%
B=42.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7154930.240.4200.64266.1526.5328.82
Hex47365D182A04010a1b1d
Octal10766135305201004123335
Binary1000111110110101110111000101010010000001000010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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