Html Css Color HEX #4D3E71 Meteorite

📋 copy color: '#4D3E71'

red 77 ◦ green 62 ◦ blue 113

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

Shades of Meteorite #4D3E71

Tints of Meteorite #4D3E71

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.6%

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

R = 30.56%
G = 24.6%
B = 44.84%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D3E71 (or 0x4D3E71) is known color: Meteorite. HEX triplet: 4D, 3E and 71. RGB value is (77,62,113). Sum of RGB (Red+Green+Blue) = 77+62+113=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D3E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3E71 is #B2C18E. Grayscale: #484848. Windows color (decimal): -11714959 or 7421517. OLE color: 7421517.

HSL color Cylindrical-coordinate representation of color #4D3E71: hue angle of 257.65º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D3E71 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 62 113 -
CMYK 0.32 0.45 0 0.56
HSL 257.65º 0.29% 0.34% -
HSV(B) 257.65º 0.45% 0.44% -
XYZ 7.76 6.22 16.41 -
YUV 72.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 77 62 113 0.32 0.45 0 0.56 257.65 0.29 0.34
Hex 4D 3E 71 20 2D 0 38 102 1D 22
Octal 115 76 161 40 55 0 70 402 35 42
Binary 1001101 111110 1110001 100000 101101 0 111000 100000010 11101 100010

Color Harmonies of #4D3E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3E71

Black with #4D3E71

Text Example


Text Example

White with #4D3E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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