#4D4563

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

Shades of Meteorite #4D4563

Tints of Meteorite #4D4563

Color information

#4D4563 (or 0x4D4563) is unknown color: approx Meteorite. HEX triplet: 4D, 45 and 63. RGB value is (77,69,99). Sum of RGB (Red+Green+Blue) = 77+69+99=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D4563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4563 is #B2BA9C. Grayscale: #4A4A4A. Windows color (decimal): -11713181 or 6505805. OLE color: 6505805.

HSL color Cylindrical-coordinate representation of color #4D4563: hue angle of 256º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D4563 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB776999-
CMYK0.220.3000.61
HSL256º17.86%32.94%-
HSV(B)256º30.3%38.82%-
XYZ7.446.7312.71-
YUV74.81141.65129.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.43%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=31.43%
G=28.16%
B=40.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7769990.220.3000.6125617.8632.94
Hex4D4563161E03D1001221
Octal11510514326360754002241
Binary1001101100010111000111011011110011110110000000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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