#4D466E

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

Shades of Meteorite #4D466E

Tints of Meteorite #4D466E

Color information

#4D466E (or 0x4D466E) is unknown color: approx Meteorite. HEX triplet: 4D, 46 and 6E. RGB value is (77,70,110). Sum of RGB (Red+Green+Blue) = 77+70+110=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D466E is #B2B991. Grayscale: #4C4C4C. Windows color (decimal): -11712914 or 7226957. OLE color: 7226957.

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

Color convert

RGB7770110-
CMYK0.30.3600.57
HSL250.5º22.22%35.29%-
HSV(B)250.5º36.36%43.14%-
XYZ8.077.0815.69-
YUV76.65146.82128.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.96%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=29.96%
G=27.24%
B=42.80%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77701100.30.3600.57250.522.2235.29
Hex4D466E1E24039fa1623
Octal11510615636440713722643
Binary1001101100011011011101111010010001110011111101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,70,110); }

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

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

 a { background-color: rgb(77,70,110); }

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

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

 span { border-color: rgb(77,70,110); }

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