Html Css Color HEX #4E4374 Meteorite

📋 copy color: '#4E4374'

red 78 ◦ green 67 ◦ blue 116

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

Shades of Meteorite #4E4374

Tints of Meteorite #4E4374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

 BLUE value IS 116 (45.7% from 255) = 44.44%

R = 29.89%
G = 25.67%
B = 44.44%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E4374 (or 0x4E4374) is known color: Meteorite. HEX triplet: 4E, 43 and 74. RGB value is (78,67,116). Sum of RGB (Red+Green+Blue) = 78+67+116=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E4374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4374 is #B1BC8B. Grayscale: #4B4B4B. Windows color (decimal): -11648140 or 7619406. OLE color: 7619406.

HSL color Cylindrical-coordinate representation of color #4E4374: hue angle of 253.47º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E4374 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 67 116 -
CMYK 0.33 0.42 0 0.55
HSL 253.47º 0.27% 0.36% -
HSV(B) 253.47º 0.42% 0.45% -
XYZ 8.3 6.89 17.42 -
YUV 75.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 78 67 116 0.33 0.42 0 0.55 253.47 0.27 0.36
Hex 4E 43 74 21 2A 0 37 FD 1B 24
Octal 116 103 164 41 52 0 67 375 33 44
Binary 1001110 1000011 1110100 100001 101010 0 110111 11111101 11011 100100

Color Harmonies of #4E4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4374

Black with #4E4374

Text Example


Text Example

White with #4E4374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,67,116); }

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

background-color css

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

 a { background-color: rgb(78,67,116); }

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

border-color css

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

 span { border-color: rgb(78,67,116); }

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