Html Css Color HEX #4D396C Meteorite

📋 copy color: '#4D396C'

red 77 ◦ green 57 ◦ blue 108

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

Shades of Meteorite #4D396C

Tints of Meteorite #4D396C

RGB

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

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

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

R = 31.82%
G = 23.55%
B = 44.63%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D396C (or 0x4D396C) is known color: Meteorite. HEX triplet: 4D, 39 and 6C. RGB value is (77,57,108). Sum of RGB (Red+Green+Blue) = 77+57+108=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D396C is #B2C693. Grayscale: #444444. Windows color (decimal): -11716244 or 7092557. OLE color: 7092557.

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

Color convert

RGB 77 57 108 -
CMYK 0.29 0.47 0 0.58
HSL 263.53º 0.31% 0.32% -
HSV(B) 263.53º 0.47% 0.42% -
XYZ 7.23 5.59 14.88 -
YUV 68.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 77 57 108 0.29 0.47 0 0.58 263.53 0.31 0.32
Hex 4D 39 6C 1D 2F 0 3A 108 1F 20
Octal 115 71 154 35 57 0 72 410 37 40
Binary 1001101 111001 1101100 11101 101111 0 111010 100001000 11111 100000

Color Harmonies of #4D396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D396C

Black with #4D396C

Text Example


Text Example

White with #4D396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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