#4E476F

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

Shades of Meteorite #4E476F

Tints of Meteorite #4E476F

Color information

#4E476F (or 0x4E476F) is unknown color: approx Meteorite. HEX triplet: 4E, 47 and 6F. RGB value is (78,71,111). Sum of RGB (Red+Green+Blue) = 78+71+111=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E476F is #B1B890. Grayscale: #4D4D4D. Windows color (decimal): -11647121 or 7292750. OLE color: 7292750.

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

Color convert

RGB7871111-
CMYK0.300.3600.56
HSL250.5º21.98%35.69%-
HSV(B)250.5º36.04%43.53%-
XYZ8.267.2716.01-
YUV77.65146.82128.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=30%
G=27.31%
B=42.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78711110.300.3600.56250.521.9835.69
Hex4E476F1E24038fa1624
Octal11610715736440703722644
Binary1001110100011111011111111010010001110001111101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,71,111); }

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

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

 a { background-color: rgb(78,71,111); }

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

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

 span { border-color: rgb(78,71,111); }

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