Html Css Color HEX #4D4563 Meteorite

📋 copy color: '#4D4563'

red 77 ◦ green 69 ◦ blue 99

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

Shades of Meteorite #4D4563

Tints of Meteorite #4D4563

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 value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4D4563 (or 0x4D4563) is known color: 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

RGB 77 69 99 -
CMYK 0.22 0.30 0 0.61
HSL 256º 0.18% 0.33% -
HSV(B) 256º 0.3% 0.39% -
XYZ 7.44 6.73 12.71 -
YUV 74.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 77 69 99 0.22 0.30 0 0.61 256 0.18 0.33
Hex 4D 45 63 16 1E 0 3D 100 12 21
Octal 115 105 143 26 36 0 75 400 22 41
Binary 1001101 1000101 1100011 10110 11110 0 111101 100000000 10010 100001

Color Harmonies of #4D4563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4563

Black with #4D4563

Text Example


Text Example

White with #4D4563

Text Example


Text Example

HTML Codes & Css Web 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>