#4D366A

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

Shades of Meteorite #4D366A

Tints of Meteorite #4D366A

Color information

#4D366A (or 0x4D366A) is unknown color: approx Meteorite. HEX triplet: 4D, 36 and 6A. RGB value is (77,54,106). Sum of RGB (Red+Green+Blue) = 77+54+106=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D366A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D366A is #B2C995. Grayscale: #424242. Windows color (decimal): -11717014 or 6960717. OLE color: 6960717.

HSL color Cylindrical-coordinate representation of color #4D366A: hue angle of 266.54º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D366A is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7754106-
CMYK0.270.4900.58
HSL266.54º32.5%31.37%-
HSV(B)266.54º49.06%41.57%-
XYZ6.985.2614.28-
YUV66.8150.12135.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.49%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 106 (41.80% from 255) = 44.73%
R=32.49%
G=22.78%
B=44.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77541060.270.4900.58266.5432.531.37
Hex4D366A1B3103A10b201f
Octal1156615233610724134037
Binary1001101110110110101011011110001011101010000101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,54,106); }

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

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

 a { background-color: rgb(77,54,106); }

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

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

 span { border-color: rgb(77,54,106); }

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