#4E666F

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

Shades of Smalt Blue #4E666F

Tints of Smalt Blue #4E666F

Color information

#4E666F (or 0x4E666F) is unknown color: approx Smalt Blue. HEX triplet: 4E, 66 and 6F. RGB value is (78,102,111). Sum of RGB (Red+Green+Blue) = 78+102+111=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E666F is #B19990. Grayscale: #5F5F5F. Windows color (decimal): -11639185 or 7300686. OLE color: 7300686.

HSL color Cylindrical-coordinate representation of color #4E666F: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E666F is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB78102111-
CMYK0.300.0800.56
HSL196.36º17.46%37.06%-
HSV(B)196.36º29.73%43.53%-
XYZ10.7612.2716.84-
YUV95.85136.55115.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.80%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=26.80%
G=35.05%
B=38.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal781021110.300.0800.56196.3617.4637.06
Hex4E666F1E8038c41125
Octal11614615736100703042145
Binary10011101100110110111111110100001110001100010010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,102,111); }

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

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

 a { background-color: rgb(78,102,111); }

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

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

 span { border-color: rgb(78,102,111); }

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