#4E6268

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

Shades of Smalt Blue #4E6268

Tints of Smalt Blue #4E6268

Color information

#4E6268 (or 0x4E6268) is unknown color: approx Smalt Blue. HEX triplet: 4E, 62 and 68. RGB value is (78,98,104). Sum of RGB (Red+Green+Blue) = 78+98+104=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E6268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6268 is #B19D97. Grayscale: #5C5C5C. Windows color (decimal): -11640216 or 6840910. OLE color: 6840910.

HSL color Cylindrical-coordinate representation of color #4E6268: hue angle of 193.85º 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 #4E6268 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7898104-
CMYK0.250.0600.59
HSL193.85º14.29%35.69%-
HSV(B)193.85º25%40.78%-
XYZ10.0111.3514.76-
YUV92.7134.37117.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.86%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=27.86%
G=35%
B=37.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78981040.250.0600.59193.8514.2935.69
Hex4E626819603Bc2e24
Octal1161421503160733021644
Binary100111011000101101000110011100111011110000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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