Html Css Color HEX #4D396B Meteorite

📋 copy color: '#4D396B'

red 77 ◦ green 57 ◦ blue 107

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

Shades of Meteorite #4D396B

Tints of Meteorite #4D396B

RGB

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

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

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

R = 31.95%
G = 23.65%
B = 44.4%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D396B (or 0x4D396B) is known color: Meteorite. HEX triplet: 4D, 39 and 6B. RGB value is (77,57,107). Sum of RGB (Red+Green+Blue) = 77+57+107=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D396B is #B2C694. Grayscale: #444444. Windows color (decimal): -11716245 or 7027021. OLE color: 7027021.

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

Color convert

RGB 77 57 107 -
CMYK 0.28 0.47 0 0.58
HSL 264º 0.3% 0.32% -
HSV(B) 264º 0.47% 0.42% -
XYZ 7.18 5.57 14.61 -
YUV 68.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 77 57 107 0.28 0.47 0 0.58 264 0.3 0.32
Hex 4D 39 6B 1C 2F 0 3A 108 1E 20
Octal 115 71 153 34 57 0 72 410 36 40
Binary 1001101 111001 1101011 11100 101111 0 111010 100001000 11110 100000

Color Harmonies of #4D396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D396B

Black with #4D396B

Text Example


Text Example

White with #4D396B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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