Html Css Color HEX #4D4464 Meteorite

📋 copy color: '#4D4464'

red 77 ◦ green 68 ◦ blue 100

#4D4464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #4D4464

Tints of Meteorite #4D4464

RGB

 RED value IS 77 (30.47% from 255) = 31.43%

 GREEN value IS 68 (26.95% from 255) = 27.76%

 BLUE value IS 100 (39.45% from 255) = 40.82%

R = 31.43%
G = 27.76%
B = 40.82%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4D4464 (or 0x4D4464) is known color: Meteorite. HEX triplet: 4D, 44 and 64. RGB value is (77,68,100). Sum of RGB (Red+Green+Blue) = 77+68+100=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 100 - color contains mainly: blue. Hex color #4D4464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4464 is #B2BB9B. Grayscale: #4A4A4A. Windows color (decimal): -11713436 or 6571085. OLE color: 6571085.

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

Color convert

RGB 77 68 100 -
CMYK 0.23 0.32 0 0.61
HSL 256.88º 0.19% 0.33% -
HSV(B) 256.88º 0.32% 0.39% -
XYZ 7.43 6.63 12.95 -
YUV 74.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 77 68 100 0.23 0.32 0 0.61 256.88 0.19 0.33
Hex 4D 44 64 17 20 0 3D 101 13 21
Octal 115 104 144 27 40 0 75 401 23 41
Binary 1001101 1000100 1100100 10111 100000 0 111101 100000001 10011 100001

Color Harmonies of #4D4464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4464

Black with #4D4464

Text Example


Text Example

White with #4D4464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D4464;
 }
 .AnyTagClassName
 {
   color: #4D4464;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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