Html Css Color HEX #4D4169 Meteorite

📋 copy color: '#4D4169'

red 77 ◦ green 65 ◦ blue 105

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

Shades of Meteorite #4D4169

Tints of Meteorite #4D4169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

 BLUE value IS 105 (41.41% from 255) = 42.51%

R = 31.17%
G = 26.32%
B = 42.51%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D4169 (or 0x4D4169) is known color: Meteorite. HEX triplet: 4D, 41 and 69. RGB value is (77,65,105). Sum of RGB (Red+Green+Blue) = 77+65+105=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D4169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4169 is #B2BE96. Grayscale: #494949. Windows color (decimal): -11714199 or 6897997. OLE color: 6897997.

HSL color Cylindrical-coordinate representation of color #4D4169: hue angle of 258º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D4169 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 65 105 -
CMYK 0.27 0.38 0 0.59
HSL 258º 0.24% 0.33% -
HSV(B) 258º 0.38% 0.41% -
XYZ 7.5 6.38 14.2 -
YUV 73.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 77 65 105 0.27 0.38 0 0.59 258 0.24 0.33
Hex 4D 41 69 1B 26 0 3B 102 18 21
Octal 115 101 151 33 46 0 73 402 30 41
Binary 1001101 1000001 1101001 11011 100110 0 111011 100000010 11000 100001

Color Harmonies of #4D4169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4169

Black with #4D4169

Text Example


Text Example

White with #4D4169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,65,105); }

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

background-color css

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

 a { background-color: rgb(77,65,105); }

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

border-color css

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

 span { border-color: rgb(77,65,105); }

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