Html Css Color HEX #4E4061 Meteorite

📋 copy color: '#4E4061'

red 78 ◦ green 64 ◦ blue 97

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

Shades of Meteorite #4E4061

Tints of Meteorite #4E4061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.78%

 BLUE value IS 97 (38.28% from 255) = 40.59%

R = 32.64%
G = 26.78%
B = 40.59%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E4061 (or 0x4E4061) is known color: Meteorite. HEX triplet: 4E, 40 and 61. RGB value is (78,64,97). Sum of RGB (Red+Green+Blue) = 78+64+97=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E4061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4061 is #B1BF9E. Grayscale: #474747. Windows color (decimal): -11648927 or 6373454. OLE color: 6373454.

HSL color Cylindrical-coordinate representation of color #4E4061: hue angle of 265.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E4061 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 64 97 -
CMYK 0.20 0.34 0 0.62
HSL 265.45º 0.2% 0.32% -
HSV(B) 265.45º 0.34% 0.38% -
XYZ 7.13 6.15 12.12 -
YUV 71.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 78 64 97 0.20 0.34 0 0.62 265.45 0.2 0.32
Hex 4E 40 61 14 22 0 3E 109 14 20
Octal 116 100 141 24 42 0 76 411 24 40
Binary 1001110 1000000 1100001 10100 100010 0 111110 100001001 10100 100000

Color Harmonies of #4E4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4061

Black with #4E4061

Text Example


Text Example

White with #4E4061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,64,97); }

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

background-color css

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

 a { background-color: rgb(78,64,97); }

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

border-color css

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

 span { border-color: rgb(78,64,97); }

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