Html Css Color HEX #4D3C61 Meteorite

📋 copy color: '#4D3C61'

red 77 ◦ green 60 ◦ blue 97

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

Shades of Meteorite #4D3C61

Tints of Meteorite #4D3C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.45%

R = 32.91%
G = 25.64%
B = 41.45%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D3C61 (or 0x4D3C61) is known color: Meteorite. HEX triplet: 4D, 3C and 61. RGB value is (77,60,97). Sum of RGB (Red+Green+Blue) = 77+60+97=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D3C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3C61 is #B2C39E. Grayscale: #454545. Windows color (decimal): -11715487 or 6372429. OLE color: 6372429.

HSL color Cylindrical-coordinate representation of color #4D3C61: hue angle of 267.57º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D3C61 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 60 97 -
CMYK 0.21 0.38 0 0.62
HSL 267.57º 0.24% 0.31% -
HSV(B) 267.57º 0.38% 0.38% -
XYZ 6.83 5.67 12.04 -
YUV 69.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 77 60 97 0.21 0.38 0 0.62 267.57 0.24 0.31
Hex 4D 3C 61 15 26 0 3E 10C 18 1F
Octal 115 74 141 25 46 0 76 414 30 37
Binary 1001101 111100 1100001 10101 100110 0 111110 100001100 11000 11111

Color Harmonies of #4D3C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C61

Black with #4D3C61

Text Example


Text Example

White with #4D3C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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