Html Css Color HEX #4D386B Meteorite

📋 copy color: '#4D386B'

red 77 ◦ green 56 ◦ blue 107

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

Shades of Meteorite #4D386B

Tints of Meteorite #4D386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

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

R = 32.08%
G = 23.33%
B = 44.58%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D386B (or 0x4D386B) is known color: Meteorite. HEX triplet: 4D, 38 and 6B. RGB value is (77,56,107). Sum of RGB (Red+Green+Blue) = 77+56+107=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D386B is #B2C794. Grayscale: #434343. Windows color (decimal): -11716501 or 7026765. OLE color: 7026765.

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

Color convert

RGB 77 56 107 -
CMYK 0.28 0.48 0 0.58
HSL 264.71º 0.31% 0.32% -
HSV(B) 264.71º 0.48% 0.42% -
XYZ 7.13 5.47 14.59 -
YUV 68.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 77 56 107 0.28 0.48 0 0.58 264.71 0.31 0.32
Hex 4D 38 6B 1C 30 0 3A 109 1F 20
Octal 115 70 153 34 60 0 72 411 37 40
Binary 1001101 111000 1101011 11100 110000 0 111010 100001001 11111 100000

Color Harmonies of #4D386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D386B

Black with #4D386B

Text Example


Text Example

White with #4D386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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