#47385B

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

Shades of Meteorite #47385B

Tints of Meteorite #47385B

Color information

#47385B (or 0x47385B) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 5B. RGB value is (71,56,91). Sum of RGB (Red+Green+Blue) = 71+56+91=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #47385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47385B is #B8C7A4. Grayscale: #404040. Windows color (decimal): -12109733 or 5978183. OLE color: 5978183.

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

Color convert

RGB715691-
CMYK0.220.3800.64
HSL265.71º23.81%28.82%-
HSV(B)265.71º38.46%35.69%-
XYZ5.94.9210.54-
YUV64.47142.97132.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.57%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=32.57%
G=25.69%
B=41.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7156910.220.3800.64265.7123.8128.82
Hex47385B162604010a181d
Octal10770133264601004123035
Binary1000111111000101101110110100110010000001000010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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