#4E4170

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

Shades of Meteorite #4E4170

Tints of Meteorite #4E4170

Color information

#4E4170 (or 0x4E4170) is unknown color: approx Meteorite. HEX triplet: 4E, 41 and 70. RGB value is (78,65,112). Sum of RGB (Red+Green+Blue) = 78+65+112=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E4170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4170 is #B1BE8F. Grayscale: #4A4A4A. Windows color (decimal): -11648656 or 7356750. OLE color: 7356750.

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

Color convert

RGB7865112-
CMYK0.300.4200.56
HSL256.6º26.55%34.71%-
HSV(B)256.6º41.96%43.92%-
XYZ7.966.5716.18-
YUV74.24149.31130.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.59%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=30.59%
G=25.49%
B=43.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78651120.300.4200.56256.626.5534.71
Hex4E41701E2A0381011b23
Octal11610116036520704013343
Binary10011101000001111000011110101010011100010000000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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