#4E4162

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

Shades of Meteorite #4E4162

Tints of Meteorite #4E4162

Color information

#4E4162 (or 0x4E4162) is unknown color: approx Meteorite. HEX triplet: 4E, 41 and 62. RGB value is (78,65,98). Sum of RGB (Red+Green+Blue) = 78+65+98=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E4162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4162 is #B1BE9D. Grayscale: #484848. Windows color (decimal): -11648670 or 6439246. OLE color: 6439246.

HSL color Cylindrical-coordinate representation of color #4E4162: hue angle of 263.64º 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 #4E4162 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB786598-
CMYK0.200.3400.62
HSL263.64º20.25%31.96%-
HSV(B)263.64º33.67%38.43%-
XYZ7.246.2812.39-
YUV72.65142.31131.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.37%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=32.37%
G=26.97%
B=40.66%

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
Decimal7865980.200.3400.62263.6420.2531.96
Hex4E4162142203E1081420
Octal11610114224420764102440
Binary10011101000001110001010100100010011111010000100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,65,98); }

 H1.HeaderClassName
 {
   color: #4E4162;
 }
 .AnyTagClassName
 {
   color: #4E4162;
 }
</style>
background-color css

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

 a { background-color: rgb(78,65,98); }

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

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

 span { border-color: rgb(78,65,98); }

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