#47365E

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

Shades of Meteorite #47365E

Tints of Meteorite #47365E

Color information

#47365E (or 0x47365E) is unknown color: approx Meteorite. HEX triplet: 47, 36 and 5E. RGB value is (71,54,94). Sum of RGB (Red+Green+Blue) = 71+54+94=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #47365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47365E is #B8C9A1. Grayscale: #3F3F3F. Windows color (decimal): -12110242 or 6174279. OLE color: 6174279.

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

Color convert

RGB715494-
CMYK0.240.4300.63
HSL265.5º27.03%29.02%-
HSV(B)265.5º42.55%36.86%-
XYZ5.944.7911.2-
YUV63.64145.13133.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=32.42%
G=24.66%
B=42.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7154940.240.4300.63265.527.0329.02
Hex47365E182B03F10a1b1d
Octal1076613630530774123335
Binary100011111011010111101100010101101111111000010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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