Html Css Color HEX #4D3C74 Meteorite

📋 copy color: '#4D3C74'

red 77 ◦ green 60 ◦ blue 116

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

Shades of Meteorite #4D3C74

Tints of Meteorite #4D3C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.72%

 BLUE value IS 116 (45.7% from 255) = 45.85%

R = 30.43%
G = 23.72%
B = 45.85%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D3C74 (or 0x4D3C74) is known color: Meteorite. HEX triplet: 4D, 3C and 74. RGB value is (77,60,116). Sum of RGB (Red+Green+Blue) = 77+60+116=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D3C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3C74 is #B2C38B. Grayscale: #474747. Windows color (decimal): -11715468 or 7617613. OLE color: 7617613.

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

Color convert

RGB 77 60 116 -
CMYK 0.34 0.48 0 0.55
HSL 258.21º 0.32% 0.35% -
HSV(B) 258.21º 0.48% 0.45% -
XYZ 7.83 6.07 17.28 -
YUV 71.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 77 60 116 0.34 0.48 0 0.55 258.21 0.32 0.35
Hex 4D 3C 74 22 30 0 37 102 20 23
Octal 115 74 164 42 60 0 67 402 40 43
Binary 1001101 111100 1110100 100010 110000 0 110111 100000010 100000 100011

Color Harmonies of #4D3C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C74

Black with #4D3C74

Text Example


Text Example

White with #4D3C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,60,116); }

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

background-color css

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

 a { background-color: rgb(77,60,116); }

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

border-color css

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

 span { border-color: rgb(77,60,116); }

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