#4E6266

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

Shades of Smalt Blue #4E6266

Tints of Smalt Blue #4E6266

Color information

#4E6266 (or 0x4E6266) is unknown color: approx Smalt Blue. HEX triplet: 4E, 62 and 66. RGB value is (78,98,102). Sum of RGB (Red+Green+Blue) = 78+98+102=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E6266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6266 is #B19D99. Grayscale: #5C5C5C. Windows color (decimal): -11640218 or 6709838. OLE color: 6709838.

HSL color Cylindrical-coordinate representation of color #4E6266: hue angle of 190º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E6266 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7898102-
CMYK0.240.0400.6
HSL190º13.33%35.29%-
HSV(B)190º23.53%40%-
XYZ9.9111.3114.23-
YUV92.48133.37117.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.06%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=28.06%
G=35.25%
B=36.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal78981020.240.0400.619013.3335.29
Hex4E626618403Cbed23
Octal1161421463040742761543
Binary100111011000101100110110001000111100101111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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