Html Css Color HEX #4E4466 Meteorite

📋 copy color: '#4E4466'

red 78 ◦ green 68 ◦ blue 102

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

Shades of Meteorite #4E4466

Tints of Meteorite #4E4466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 31.45%
G = 27.42%
B = 41.13%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4E4466 (or 0x4E4466) is known color: Meteorite. HEX triplet: 4E, 44 and 66. RGB value is (78,68,102). Sum of RGB (Red+Green+Blue) = 78+68+102=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E4466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4466 is #B1BB99. Grayscale: #4A4A4A. Windows color (decimal): -11647898 or 6702158. OLE color: 6702158.

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

Color convert

RGB 78 68 102 -
CMYK 0.24 0.33 0 0.6
HSL 257.65º 0.2% 0.33% -
HSV(B) 257.65º 0.33% 0.4% -
XYZ 7.61 6.71 13.47 -
YUV 74.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 78 68 102 0.24 0.33 0 0.6 257.65 0.2 0.33
Hex 4E 44 66 18 21 0 3C 102 14 21
Octal 116 104 146 30 41 0 74 402 24 41
Binary 1001110 1000100 1100110 11000 100001 0 111100 100000010 10100 100001

Color Harmonies of #4E4466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4466

Black with #4E4466

Text Example


Text Example

White with #4E4466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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