Html Css Color HEX #4D405F Meteorite

📋 copy color: '#4D405F'

red 77 ◦ green 64 ◦ blue 95

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

Shades of Meteorite #4D405F

Tints of Meteorite #4D405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 32.63%
G = 27.12%
B = 40.25%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4D405F (or 0x4D405F) is known color: Meteorite. HEX triplet: 4D, 40 and 5F. RGB value is (77,64,95). Sum of RGB (Red+Green+Blue) = 77+64+95=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D405F is #B2BFA0. Grayscale: #474747. Windows color (decimal): -11714465 or 6242381. OLE color: 6242381.

HSL color Cylindrical-coordinate representation of color #4D405F: hue angle of 265.16º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D405F is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 77 64 95 -
CMYK 0.19 0.33 0 0.63
HSL 265.16º 0.19% 0.31% -
HSV(B) 265.16º 0.33% 0.37% -
XYZ 6.96 6.07 11.63 -
YUV 71.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 77 64 95 0.19 0.33 0 0.63 265.16 0.19 0.31
Hex 4D 40 5F 13 21 0 3F 109 13 1F
Octal 115 100 137 23 41 0 77 411 23 37
Binary 1001101 1000000 1011111 10011 100001 0 111111 100001001 10011 11111

Color Harmonies of #4D405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D405F

Black with #4D405F

Text Example


Text Example

White with #4D405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,64,95); }

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

background-color css

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

 a { background-color: rgb(77,64,95); }

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

border-color css

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

 span { border-color: rgb(77,64,95); }

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