#4E666E

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

Shades of Smalt Blue #4E666E

Tints of Smalt Blue #4E666E

Color information

#4E666E (or 0x4E666E) is unknown color: approx Smalt Blue. HEX triplet: 4E, 66 and 6E. RGB value is (78,102,110). Sum of RGB (Red+Green+Blue) = 78+102+110=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E666E is #B19991. Grayscale: #5F5F5F. Windows color (decimal): -11639186 or 7235150. OLE color: 7235150.

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

Color convert

RGB78102110-
CMYK0.290.0700.57
HSL195º17.02%36.86%-
HSV(B)195º29.09%43.14%-
XYZ10.7112.2516.55-
YUV95.74136.05115.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.90%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=26.90%
G=35.17%
B=37.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal781021100.290.0700.5719517.0236.86
Hex4E666E1D7039c31125
Octal1161461563570713032145
Binary1001110110011011011101110111101110011100001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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