#4E646B

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

Shades of Smalt Blue #4E646B

Tints of Smalt Blue #4E646B

Color information

#4E646B (or 0x4E646B) is unknown color: approx Smalt Blue. HEX triplet: 4E, 64 and 6B. RGB value is (78,100,107). Sum of RGB (Red+Green+Blue) = 78+100+107=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E646B is #B19B94. Grayscale: #5E5E5E. Windows color (decimal): -11639701 or 7038030. OLE color: 7038030.

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

Color convert

RGB78100107-
CMYK0.270.0700.58
HSL194.48º15.68%36.27%-
HSV(B)194.48º27.1%41.96%-
XYZ10.3511.815.64-
YUV94.22135.21116.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.37%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=27.37%
G=35.09%
B=37.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal781001070.270.0700.58194.4815.6836.27
Hex4E646B1B703Ac21024
Octal1161441533370723022044
Binary1001110110010011010111101111101110101100001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,100,107); }

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

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

 a { background-color: rgb(78,100,107); }

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

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

 span { border-color: rgb(78,100,107); }

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