#4D4665

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

Shades of Meteorite #4D4665

Tints of Meteorite #4D4665

Color information

#4D4665 (or 0x4D4665) is unknown color: approx Meteorite. HEX triplet: 4D, 46 and 65. RGB value is (77,70,101). Sum of RGB (Red+Green+Blue) = 77+70+101=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D4665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4665 is #B2B99A. Grayscale: #4B4B4B. Windows color (decimal): -11712923 or 6637133. OLE color: 6637133.

HSL color Cylindrical-coordinate representation of color #4D4665: hue angle of 253.55º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D4665 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7770101-
CMYK0.240.3100.60
HSL253.55º18.13%33.53%-
HSV(B)253.55º30.69%39.61%-
XYZ7.66.913.24-
YUV75.63142.32128.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.05%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=31.05%
G=28.23%
B=40.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77701010.240.3100.60253.5518.1333.53
Hex4D4665181F03Cfe1222
Octal11510614530370743762242
Binary100110110001101100101110001111101111001111111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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