#4D4463

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

Shades of Meteorite #4D4463

Tints of Meteorite #4D4463

Color information

#4D4463 (or 0x4D4463) is unknown color: approx Meteorite. HEX triplet: 4D, 44 and 63. RGB value is (77,68,99). Sum of RGB (Red+Green+Blue) = 77+68+99=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D4463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4463 is #B2BB9C. Grayscale: #4A4A4A. Windows color (decimal): -11713437 or 6505549. OLE color: 6505549.

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

Color convert

RGB776899-
CMYK0.220.3100.61
HSL257.42º18.56%32.75%-
HSV(B)257.42º31.31%38.82%-
XYZ7.386.6112.69-
YUV74.22141.98129.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.56%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=31.56%
G=27.87%
B=40.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7768990.220.3100.61257.4218.5632.75
Hex4D4463161F03D1011321
Octal11510414326370754012341
Binary1001101100010011000111011011111011110110000000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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