#4E3970

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

Shades of Meteorite #4E3970

Tints of Meteorite #4E3970

Color information

#4E3970 (or 0x4E3970) is unknown color: approx Meteorite. HEX triplet: 4E, 39 and 70. RGB value is (78,57,112). Sum of RGB (Red+Green+Blue) = 78+57+112=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E3970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3970 is #B1C68F. Grayscale: #454545. Windows color (decimal): -11650704 or 7354702. OLE color: 7354702.

HSL color Cylindrical-coordinate representation of color #4E3970: hue angle of 262.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E3970 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7857112-
CMYK0.300.4900.56
HSL262.91º32.54%33.14%-
HSV(B)262.91º49.11%43.92%-
XYZ7.535.7216.04-
YUV69.55151.96134.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.58%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=31.58%
G=23.08%
B=45.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78571120.300.4900.56262.9132.5433.14
Hex4E39701E310381072121
Octal1167116036610704074141
Binary10011101110011110000111101100010111000100000111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E3970; }

 p { color: rgb(78,57,112); }

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

<style>
 a { background-color: #4E3970; }

 a { background-color: rgb(78,57,112); }

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

<style>
 span { border-color: #4E3970; }

 span { border-color: rgb(78,57,112); }

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