Html Css Color HEX #4D466E Meteorite

📋 copy color: '#4D466E'

red 77 ◦ green 70 ◦ blue 110

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

Shades of Meteorite #4D466E

Tints of Meteorite #4D466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 29.96%
G = 27.24%
B = 42.8%

CMYK

 C value IS 0.3

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D466E (or 0x4D466E) is known color: Meteorite. HEX triplet: 4D, 46 and 6E. RGB value is (77,70,110). Sum of RGB (Red+Green+Blue) = 77+70+110=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D466E is #B2B991. Grayscale: #4C4C4C. Windows color (decimal): -11712914 or 7226957. OLE color: 7226957.

HSL color Cylindrical-coordinate representation of color #4D466E: hue angle of 250.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D466E is Cyan = 0.3, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 70 110 -
CMYK 0.3 0.36 0 0.57
HSL 250.5º 0.22% 0.35% -
HSV(B) 250.5º 0.36% 0.43% -
XYZ 8.07 7.08 15.69 -
YUV 76.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 77 70 110 0.3 0.36 0 0.57 250.5 0.22 0.35
Hex 4D 46 6E 1E 24 0 39 FB 16 23
Octal 115 106 156 36 44 0 71 373 26 43
Binary 1001101 1000110 1101110 11110 100100 0 111001 11111011 10110 100011

Color Harmonies of #4D466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D466E

Black with #4D466E

Text Example


Text Example

White with #4D466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,70,110); }

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

background-color css

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

 a { background-color: rgb(77,70,110); }

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

border-color css

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

 span { border-color: rgb(77,70,110); }

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