Html Css Color HEX #4E466E Meteorite

📋 copy color: '#4E466E'

red 78 ◦ green 70 ◦ blue 110

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

Shades of Meteorite #4E466E

Tints of Meteorite #4E466E

RGB

 RED value IS 78 (30.86% from 255) = 30.23%

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

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

R = 30.23%
G = 27.13%
B = 42.64%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4E466E (or 0x4E466E) is known color: Meteorite. HEX triplet: 4E, 46 and 6E. RGB value is (78,70,110). Sum of RGB (Red+Green+Blue) = 78+70+110=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E466E is #B1B991. Grayscale: #4C4C4C. Windows color (decimal): -11647378 or 7226958. OLE color: 7226958.

HSL color Cylindrical-coordinate representation of color #4E466E: hue angle of 252º 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 #4E466E is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 78 70 110 -
CMYK 0.29 0.36 0 0.57
HSL 252º 0.22% 0.35% -
HSV(B) 252º 0.36% 0.43% -
XYZ 8.15 7.13 15.7 -
YUV 76.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 78 70 110 0.29 0.36 0 0.57 252 0.22 0.35
Hex 4E 46 6E 1D 24 0 39 FC 16 23
Octal 116 106 156 35 44 0 71 374 26 43
Binary 1001110 1000110 1101110 11101 100100 0 111001 11111100 10110 100011

Color Harmonies of #4E466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E466E

Black with #4E466E

Text Example


Text Example

White with #4E466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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