Html Css Color HEX #4E4266 Meteorite

📋 copy color: '#4E4266'

red 78 ◦ green 66 ◦ blue 102

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

Shades of Meteorite #4E4266

Tints of Meteorite #4E4266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

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

R = 31.71%
G = 26.83%
B = 41.46%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4E4266 (or 0x4E4266) is known color: Meteorite. HEX triplet: 4E, 42 and 66. RGB value is (78,66,102). Sum of RGB (Red+Green+Blue) = 78+66+102=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E4266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4266 is #B1BD99. Grayscale: #494949. Windows color (decimal): -11648410 or 6701646. OLE color: 6701646.

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

Color convert

RGB 78 66 102 -
CMYK 0.24 0.35 0 0.6
HSL 260º 0.21% 0.33% -
HSV(B) 260º 0.35% 0.4% -
XYZ 7.49 6.48 13.43 -
YUV 73.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 78 66 102 0.24 0.35 0 0.6 260 0.21 0.33
Hex 4E 42 66 18 23 0 3C 104 15 21
Octal 116 102 146 30 43 0 74 404 25 41
Binary 1001110 1000010 1100110 11000 100011 0 111100 100000100 10101 100001

Color Harmonies of #4E4266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4266

Black with #4E4266

Text Example


Text Example

White with #4E4266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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