#47375A

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

Shades of Meteorite #47375A

Tints of Meteorite #47375A

Color information

#47375A (or 0x47375A) is unknown color: approx Meteorite. HEX triplet: 47, 37 and 5A. RGB value is (71,55,90). Sum of RGB (Red+Green+Blue) = 71+55+90=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #47375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47375A is #B8C8A5. Grayscale: #3F3F3F. Windows color (decimal): -12109990 or 5912391. OLE color: 5912391.

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

Color convert

RGB715590-
CMYK0.210.3900.65
HSL267.43º24.14%28.43%-
HSV(B)267.43º38.89%35.29%-
XYZ5.814.8110.3-
YUV63.77142.8133.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=32.87%
G=25.46%
B=41.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7155900.210.3900.65267.4324.1428.43
Hex47375A152704110b181c
Octal10767132254701014133034
Binary1000111110111101101010101100111010000011000010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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