#4E656D

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

Shades of Smalt Blue #4E656D

Tints of Smalt Blue #4E656D

Color information

#4E656D (or 0x4E656D) is unknown color: approx Smalt Blue. HEX triplet: 4E, 65 and 6D. RGB value is (78,101,109). Sum of RGB (Red+Green+Blue) = 78+101+109=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E656D is #B19A92. Grayscale: #5E5E5E. Windows color (decimal): -11639443 or 7169358. OLE color: 7169358.

HSL color Cylindrical-coordinate representation of color #4E656D: hue angle of 195.48º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E656D is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB78101109-
CMYK0.280.0700.57
HSL195.48º16.58%36.67%-
HSV(B)195.48º28.44%42.75%-
XYZ10.5612.0316.23-
YUV95.04135.88115.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.08%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=27.08%
G=35.07%
B=37.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal781011090.280.0700.57195.4816.5836.67
Hex4E656D1C7039c31125
Octal1161451553470713032145
Binary1001110110010111011011110011101110011100001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,101,109); }

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

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

 a { background-color: rgb(78,101,109); }

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

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

 span { border-color: rgb(78,101,109); }

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