Html Css Color HEX #4D4471 Meteorite

📋 copy color: '#4D4471'

red 77 ◦ green 68 ◦ blue 113

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

Shades of Meteorite #4D4471

Tints of Meteorite #4D4471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.8%

R = 29.84%
G = 26.36%
B = 43.8%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D4471 (or 0x4D4471) is known color: Meteorite. HEX triplet: 4D, 44 and 71. RGB value is (77,68,113). Sum of RGB (Red+Green+Blue) = 77+68+113=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D4471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4471 is #B2BB8E. Grayscale: #4B4B4B. Windows color (decimal): -11713423 or 7423053. OLE color: 7423053.

HSL color Cylindrical-coordinate representation of color #4D4471: hue angle of 252º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D4471 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 68 113 -
CMYK 0.32 0.40 0 0.56
HSL 252º 0.25% 0.35% -
HSV(B) 252º 0.4% 0.44% -
XYZ 8.11 6.9 16.53 -
YUV 75.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 77 68 113 0.32 0.40 0 0.56 252 0.25 0.35
Hex 4D 44 71 20 28 0 38 FC 19 23
Octal 115 104 161 40 50 0 70 374 31 43
Binary 1001101 1000100 1110001 100000 101000 0 111000 11111100 11001 100011

Color Harmonies of #4D4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4471

Black with #4D4471

Text Example


Text Example

White with #4D4471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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