#4D396B

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

Shades of Meteorite #4D396B

Tints of Meteorite #4D396B

Color information

#4D396B (or 0x4D396B) is unknown color: approx Meteorite. HEX triplet: 4D, 39 and 6B. RGB value is (77,57,107). Sum of RGB (Red+Green+Blue) = 77+57+107=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D396B is #B2C694. Grayscale: #444444. Windows color (decimal): -11716245 or 7027021. OLE color: 7027021.

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

Color convert

RGB7757107-
CMYK0.280.4700.58
HSL264º30.49%32.16%-
HSV(B)264º46.73%41.96%-
XYZ7.185.5714.61-
YUV68.68149.63133.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=31.95%
G=23.65%
B=44.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77571070.280.4700.5826430.4932.16
Hex4D396B1C2F03A1081e20
Octal1157115334570724103640
Binary1001101111001110101111100101111011101010000100011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,57,107); }

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

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

 a { background-color: rgb(77,57,107); }

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

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

 span { border-color: rgb(77,57,107); }

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