Html Css Color HEX #4D3A73 Meteorite

📋 copy color: '#4D3A73'

red 77 ◦ green 58 ◦ blue 115

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

Shades of Meteorite #4D3A73

Tints of Meteorite #4D3A73

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

 BLUE value IS 115 (45.31% from 255) = 46%

R = 30.8%
G = 23.2%
B = 46%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D3A73 (or 0x4D3A73) is known color: Meteorite. HEX triplet: 4D, 3A and 73. RGB value is (77,58,115). Sum of RGB (Red+Green+Blue) = 77+58+115=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D3A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3A73 is #B2C58C. Grayscale: #454545. Windows color (decimal): -11715981 or 7551565. OLE color: 7551565.

HSL color Cylindrical-coordinate representation of color #4D3A73: hue angle of 260º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D3A73 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 58 115 -
CMYK 0.33 0.50 0 0.55
HSL 260º 0.33% 0.34% -
HSV(B) 260º 0.5% 0.45% -
XYZ 7.67 5.84 16.94 -
YUV 70.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 77 58 115 0.33 0.50 0 0.55 260 0.33 0.34
Hex 4D 3A 73 21 32 0 37 104 21 22
Octal 115 72 163 41 62 0 67 404 41 42
Binary 1001101 111010 1110011 100001 110010 0 110111 100000100 100001 100010

Color Harmonies of #4D3A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3A73

Black with #4D3A73

Text Example


Text Example

White with #4D3A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,58,115); }

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

background-color css

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

 a { background-color: rgb(77,58,115); }

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

border-color css

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

 span { border-color: rgb(77,58,115); }

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