Html Css Color HEX #4D376B Meteorite

📋 copy color: '#4D376B'

red 77 ◦ green 55 ◦ blue 107

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

Shades of Meteorite #4D376B

Tints of Meteorite #4D376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

 BLUE value IS 107 (42.19% from 255) = 44.77%

R = 32.22%
G = 23.01%
B = 44.77%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D376B (or 0x4D376B) is known color: Meteorite. HEX triplet: 4D, 37 and 6B. RGB value is (77,55,107). Sum of RGB (Red+Green+Blue) = 77+55+107=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D376B is #B2C894. Grayscale: #434343. Windows color (decimal): -11716757 or 7026509. OLE color: 7026509.

HSL color Cylindrical-coordinate representation of color #4D376B: hue angle of 265.38º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D376B is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 55 107 -
CMYK 0.28 0.49 0 0.58
HSL 265.38º 0.32% 0.32% -
HSV(B) 265.38º 0.49% 0.42% -
XYZ 7.08 5.37 14.57 -
YUV 67.51 150.29 134.77 -
System Red Green Blue C M Y K H S L
Decimal 77 55 107 0.28 0.49 0 0.58 265.38 0.32 0.32
Hex 4D 37 6B 1C 31 0 3A 109 20 20
Octal 115 67 153 34 61 0 72 411 40 40
Binary 1001101 110111 1101011 11100 110001 0 111010 100001001 100000 100000

Color Harmonies of #4D376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D376B

Black with #4D376B

Text Example


Text Example

White with #4D376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,55,107); }

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

background-color css

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

 a { background-color: rgb(77,55,107); }

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

border-color css

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

 span { border-color: rgb(77,55,107); }

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