#4D386C

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

Shades of Meteorite #4D386C

Tints of Meteorite #4D386C

Color information

#4D386C (or 0x4D386C) is unknown color: approx Meteorite. HEX triplet: 4D, 38 and 6C. RGB value is (77,56,108). Sum of RGB (Red+Green+Blue) = 77+56+108=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D386C is #B2C793. Grayscale: #444444. Windows color (decimal): -11716500 or 7092301. OLE color: 7092301.

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

Color convert

RGB7756108-
CMYK0.290.4800.58
HSL264.23º31.71%32.16%-
HSV(B)264.23º48.15%42.35%-
XYZ7.185.4914.87-
YUV68.21150.46134.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=31.95%
G=23.24%
B=44.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77561080.290.4800.58264.2331.7132.16
Hex4D386C1D3003A1082020
Octal1157015435600724104040
Binary10011011110001101100111011100000111010100001000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,56,108); }

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

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

 a { background-color: rgb(77,56,108); }

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

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

 span { border-color: rgb(77,56,108); }

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