#4E6468

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

Shades of Smalt Blue #4E6468

Tints of Smalt Blue #4E6468

Color information

#4E6468 (or 0x4E6468) is unknown color: approx Smalt Blue. HEX triplet: 4E, 64 and 68. RGB value is (78,100,104). Sum of RGB (Red+Green+Blue) = 78+100+104=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E6468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6468 is #B19B97. Grayscale: #5D5D5D. Windows color (decimal): -11639704 or 6841422. OLE color: 6841422.

HSL color Cylindrical-coordinate representation of color #4E6468: hue angle of 189.23º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E6468 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB78100104-
CMYK0.250.0400.59
HSL189.23º14.29%35.69%-
HSV(B)189.23º25%40.78%-
XYZ10.211.7314.82-
YUV93.88133.71116.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.66%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=27.66%
G=35.46%
B=36.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal781001040.250.0400.59189.2314.2935.69
Hex4E646819403Bbde24
Octal1161441503140732751644
Binary100111011001001101000110011000111011101111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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