Html Css Color HEX #4D386C Meteorite

📋 copy color: '#4D386C'

red 77 ◦ green 56 ◦ blue 108

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

Shades of Meteorite #4D386C

Tints of Meteorite #4D386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 31.95%
G = 23.24%
B = 44.81%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D386C (or 0x4D386C) is known color: Meteorite. HEX triplet: 4D, 38 and 6C. RGB value is (77,56,108). Sum of RGB (Red+Green+Blue) = 77+56+108=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D386C is #B2C793. Grayscale: #444444. Windows color (decimal): -11716500 or 7092301. OLE color: 7092301.

HSL color Cylindrical-coordinate representation of color #4D386C: hue angle of 264.23º degrees, saturation: 0.32, 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 #4D386C is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 56 108 -
CMYK 0.29 0.48 0 0.58
HSL 264.23º 0.32% 0.32% -
HSV(B) 264.23º 0.48% 0.42% -
XYZ 7.18 5.49 14.87 -
YUV 68.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 77 56 108 0.29 0.48 0 0.58 264.23 0.32 0.32
Hex 4D 38 6C 1D 30 0 3A 108 20 20
Octal 115 70 154 35 60 0 72 410 40 40
Binary 1001101 111000 1101100 11101 110000 0 111010 100001000 100000 100000

Color Harmonies of #4D386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D386C

Black with #4D386C

Text Example


Text Example

White with #4D386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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