#47395A

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

Shades of Meteorite #47395A

Tints of Meteorite #47395A

Color information

#47395A (or 0x47395A) is unknown color: approx Meteorite. HEX triplet: 47, 39 and 5A. RGB value is (71,57,90). Sum of RGB (Red+Green+Blue) = 71+57+90=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #47395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47395A is #B8C6A5. Grayscale: #404040. Windows color (decimal): -12109478 or 5912903. OLE color: 5912903.

HSL color Cylindrical-coordinate representation of color #47395A: hue angle of 265.45º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47395A is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB715790-
CMYK0.210.3700.65
HSL265.45º22.45%28.82%-
HSV(B)265.45º36.67%35.29%-
XYZ5.91510.33-
YUV64.95142.14132.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=32.57%
G=26.15%
B=41.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7157900.210.3700.65265.4522.4528.82
Hex47395A1525041109161d
Octal10771132254501014112635
Binary1000111111001101101010101100101010000011000010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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