#47385C

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

Shades of Meteorite #47385C

Tints of Meteorite #47385C

Color information

#47385C (or 0x47385C) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 5C. RGB value is (71,56,92). Sum of RGB (Red+Green+Blue) = 71+56+92=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #47385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47385C is #B8C7A3. Grayscale: #404040. Windows color (decimal): -12109732 or 6043719. OLE color: 6043719.

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

Color convert

RGB715692-
CMYK0.230.3900.64
HSL265º24.32%29.02%-
HSV(B)265º39.13%36.08%-
XYZ5.944.9410.77-
YUV64.59143.47132.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=32.42%
G=25.57%
B=42.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7156920.230.3900.6426524.3229.02
Hex47385C1727040109181d
Octal10770134274701004113035
Binary1000111111000101110010111100111010000001000010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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