#4E5E61

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

Shades of Smalt Blue #4E5E61

Tints of Smalt Blue #4E5E61

Color information

#4E5E61 (or 0x4E5E61) is unknown color: approx Smalt Blue. HEX triplet: 4E, 5E and 61. RGB value is (78,94,97). Sum of RGB (Red+Green+Blue) = 78+94+97=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E5E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5E61 is #B1A19E. Grayscale: #595959. Windows color (decimal): -11641247 or 6381134. OLE color: 6381134.

HSL color Cylindrical-coordinate representation of color #4E5E61: hue angle of 189.47º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E5E61 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB789497-
CMYK0.200.0300.62
HSL189.47º10.86%34.31%-
HSV(B)189.47º19.59%38.04%-
XYZ9.310.4912.84-
YUV89.56132.2119.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.00%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=29.00%
G=34.94%
B=36.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7894970.200.0300.62189.4710.8634.31
Hex4E5E6114303Ebdb22
Octal1161361412430762751342
Binary10011101011110110000110100110111110101111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,94,97); }

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

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

 a { background-color: rgb(78,94,97); }

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

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

 span { border-color: rgb(78,94,97); }

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