#47386E

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

Shades of Meteorite #47386E

Tints of Meteorite #47386E

Color information

#47386E (or 0x47386E) is unknown color: approx Meteorite. HEX triplet: 47, 38 and 6E. RGB value is (71,56,110). Sum of RGB (Red+Green+Blue) = 71+56+110=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #47386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47386E is #B8C791. Grayscale: #424242. Windows color (decimal): -12109714 or 7223367. OLE color: 7223367.

HSL color Cylindrical-coordinate representation of color #47386E: hue angle of 256.67º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47386E is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7156110-
CMYK0.350.4900.57
HSL256.67º32.53%32.55%-
HSV(B)256.67º49.09%43.14%-
XYZ6.835.2915.41-
YUV66.64152.47131.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 110 (43.36% from 255) = 46.41%
R=29.96%
G=23.63%
B=46.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71561100.350.4900.57256.6732.5332.55
Hex47386E23310391012121
Octal1077015643610714014141
Binary100011111100011011101000111100010111001100000001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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