#4D416E

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

Shades of Meteorite #4D416E

Tints of Meteorite #4D416E

Color information

#4D416E (or 0x4D416E) is unknown color: approx Meteorite. HEX triplet: 4D, 41 and 6E. RGB value is (77,65,110). Sum of RGB (Red+Green+Blue) = 77+65+110=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D416E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D416E is #B2BE91. Grayscale: #494949. Windows color (decimal): -11714194 or 7225677. OLE color: 7225677.

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

Color convert

RGB7765110-
CMYK0.30.4100.57
HSL256º25.71%34.31%-
HSV(B)256º40.91%43.14%-
XYZ7.776.4815.59-
YUV73.72148.48130.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=30.56%
G=25.79%
B=43.65%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77651100.30.4100.5725625.7134.31
Hex4D416E1E290391001a22
Octal11510115636510714003242
Binary10011011000001110111011110101001011100110000000011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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