Html Css Color HEX #4D3C78 Meteorite

📋 copy color: '#4D3C78'

red 77 ◦ green 60 ◦ blue 120

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

Shades of Meteorite #4D3C78

Tints of Meteorite #4D3C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 29.96%
G = 23.35%
B = 46.69%

CMYK

 C value IS 0.36

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D3C78 (or 0x4D3C78) is known color: Meteorite. HEX triplet: 4D, 3C and 78. RGB value is (77,60,120). Sum of RGB (Red+Green+Blue) = 77+60+120=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D3C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3C78 is #B2C387. Grayscale: #474747. Windows color (decimal): -11715464 or 7879757. OLE color: 7879757.

HSL color Cylindrical-coordinate representation of color #4D3C78: hue angle of 257º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D3C78 is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 60 120 -
CMYK 0.36 0.5 0 0.53
HSL 257º 0.33% 0.35% -
HSV(B) 257º 0.5% 0.47% -
XYZ 8.07 6.17 18.53 -
YUV 71.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 77 60 120 0.36 0.5 0 0.53 257 0.33 0.35
Hex 4D 3C 78 24 32 0 35 101 21 23
Octal 115 74 170 44 62 0 65 401 41 43
Binary 1001101 111100 1111000 100100 110010 0 110101 100000001 100001 100011

Color Harmonies of #4D3C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C78

Black with #4D3C78

Text Example


Text Example

White with #4D3C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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