#4E4061

Color #4E4061 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #4E4061

Tints of Meteorite #4E4061

Color information

#4E4061 (or 0x4E4061) is unknown color: approx 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

RGB786497-
CMYK0.200.3400.62
HSL265.45º20.5%31.57%-
HSV(B)265.45º34.02%38.04%-
XYZ7.136.1512.12-
YUV71.95142.14132.32-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7864970.200.3400.62265.4520.531.57
Hex4E4061142203E1091420
Octal11610014124420764112440
Binary10011101000000110000110100100010011111010000100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>