Html Css Color HEX #4E4166 Meteorite

📋 copy color: '#4E4166'

red 78 ◦ green 65 ◦ blue 102

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

Shades of Meteorite #4E4166

Tints of Meteorite #4E4166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

 BLUE value IS 102 (40.23% from 255) = 41.63%

R = 31.84%
G = 26.53%
B = 41.63%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4E4166 (or 0x4E4166) is known color: Meteorite. HEX triplet: 4E, 41 and 66. RGB value is (78,65,102). Sum of RGB (Red+Green+Blue) = 78+65+102=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E4166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4166 is #B1BE99. Grayscale: #484848. Windows color (decimal): -11648666 or 6701390. OLE color: 6701390.

HSL color Cylindrical-coordinate representation of color #4E4166: hue angle of 261.08º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E4166 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 78 65 102 -
CMYK 0.24 0.36 0 0.6
HSL 261.08º 0.22% 0.33% -
HSV(B) 261.08º 0.36% 0.4% -
XYZ 7.43 6.36 13.41 -
YUV 73.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 78 65 102 0.24 0.36 0 0.6 261.08 0.22 0.33
Hex 4E 41 66 18 24 0 3C 105 16 21
Octal 116 101 146 30 44 0 74 405 26 41
Binary 1001110 1000001 1100110 11000 100100 0 111100 100000101 10110 100001

Color Harmonies of #4E4166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4166

Black with #4E4166

Text Example


Text Example

White with #4E4166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,65,102); }

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

background-color css

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

 a { background-color: rgb(78,65,102); }

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

border-color css

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

 span { border-color: rgb(78,65,102); }

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