Html Css Color HEX #4E4465 Meteorite

📋 copy color: '#4E4465'

red 78 ◦ green 68 ◦ blue 101

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

Shades of Meteorite #4E4465

Tints of Meteorite #4E4465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.89%

R = 31.58%
G = 27.53%
B = 40.89%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4E4465 (or 0x4E4465) is known color: Meteorite. HEX triplet: 4E, 44 and 65. RGB value is (78,68,101). Sum of RGB (Red+Green+Blue) = 78+68+101=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E4465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4465 is #B1BB9A. Grayscale: #4A4A4A. Windows color (decimal): -11647899 or 6636622. OLE color: 6636622.

HSL color Cylindrical-coordinate representation of color #4E4465: hue angle of 258.18º 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 #4E4465 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 78 68 101 -
CMYK 0.23 0.33 0 0.60
HSL 258.18º 0.2% 0.33% -
HSV(B) 258.18º 0.33% 0.4% -
XYZ 7.56 6.69 13.21 -
YUV 74.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 78 68 101 0.23 0.33 0 0.60 258.18 0.2 0.33
Hex 4E 44 65 17 21 0 3C 102 14 21
Octal 116 104 145 27 41 0 74 402 24 41
Binary 1001110 1000100 1100101 10111 100001 0 111100 100000010 10100 100001

Color Harmonies of #4E4465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4465

Black with #4E4465

Text Example


Text Example

White with #4E4465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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