#4D4565

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

Shades of Meteorite #4D4565

Tints of Meteorite #4D4565

Color information

#4D4565 (or 0x4D4565) is unknown color: approx Meteorite. HEX triplet: 4D, 45 and 65. RGB value is (77,69,101). Sum of RGB (Red+Green+Blue) = 77+69+101=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D4565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4565 is #B2BA9A. Grayscale: #4A4A4A. Windows color (decimal): -11713179 or 6636877. OLE color: 6636877.

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

Color convert

RGB7769101-
CMYK0.240.3200.60
HSL255º18.82%33.33%-
HSV(B)255º31.68%39.61%-
XYZ7.546.7713.22-
YUV75.04142.65129.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.17%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=31.17%
G=27.94%
B=40.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77691010.240.3200.6025518.8233.33
Hex4D4565182003Cff1321
Octal11510514530400743772341
Binary1001101100010111001011100010000001111001111111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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