Html Css Color HEX #4D396D Meteorite

📋 copy color: '#4D396D'

red 77 ◦ green 57 ◦ blue 109

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

Shades of Meteorite #4D396D

Tints of Meteorite #4D396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.46%

 BLUE value IS 109 (42.97% from 255) = 44.86%

R = 31.69%
G = 23.46%
B = 44.86%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D396D (or 0x4D396D) is known color: Meteorite. HEX triplet: 4D, 39 and 6D. RGB value is (77,57,109). Sum of RGB (Red+Green+Blue) = 77+57+109=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D396D is #B2C692. Grayscale: #444444. Windows color (decimal): -11716243 or 7158093. OLE color: 7158093.

HSL color Cylindrical-coordinate representation of color #4D396D: hue angle of 263.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D396D is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 57 109 -
CMYK 0.29 0.48 0 0.57
HSL 263.08º 0.31% 0.33% -
HSV(B) 263.08º 0.48% 0.43% -
XYZ 7.28 5.61 15.17 -
YUV 68.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 77 57 109 0.29 0.48 0 0.57 263.08 0.31 0.33
Hex 4D 39 6D 1D 30 0 39 107 1F 21
Octal 115 71 155 35 60 0 71 407 37 41
Binary 1001101 111001 1101101 11101 110000 0 111001 100000111 11111 100001

Color Harmonies of #4D396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D396D

Black with #4D396D

Text Example


Text Example

White with #4D396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,57,109); }

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

background-color css

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

 a { background-color: rgb(77,57,109); }

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

border-color css

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

 span { border-color: rgb(77,57,109); }

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