Html Css Color HEX #4E406B Meteorite

📋 copy color: '#4E406B'

red 78 ◦ green 64 ◦ blue 107

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

Shades of Meteorite #4E406B

Tints of Meteorite #4E406B

RGB

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

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

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

R = 31.33%
G = 25.7%
B = 42.97%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4E406B (or 0x4E406B) is known color: Meteorite. HEX triplet: 4E, 40 and 6B. RGB value is (78,64,107). Sum of RGB (Red+Green+Blue) = 78+64+107=249 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.33% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E406B is #B1BF94. Grayscale: #484848. Windows color (decimal): -11648917 or 7028814. OLE color: 7028814.

HSL color Cylindrical-coordinate representation of color #4E406B: hue angle of 259.53º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E406B is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 78 64 107 -
CMYK 0.27 0.40 0 0.58
HSL 259.53º 0.25% 0.34% -
HSV(B) 259.53º 0.4% 0.42% -
XYZ 7.63 6.35 14.73 -
YUV 73.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 78 64 107 0.27 0.40 0 0.58 259.53 0.25 0.34
Hex 4E 40 6B 1B 28 0 3A 104 19 22
Octal 116 100 153 33 50 0 72 404 31 42
Binary 1001110 1000000 1101011 11011 101000 0 111010 100000100 11001 100010

Color Harmonies of #4E406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E406B

Black with #4E406B

Text Example


Text Example

White with #4E406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,64,107); }

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

background-color css

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

 a { background-color: rgb(78,64,107); }

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

border-color css

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

 span { border-color: rgb(78,64,107); }

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