#4E5D61

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

Shades of Smalt Blue #4E5D61

Tints of Smalt Blue #4E5D61

Color information

#4E5D61 (or 0x4E5D61) is unknown color: approx Smalt Blue. HEX triplet: 4E, 5D and 61. RGB value is (78,93,97). Sum of RGB (Red+Green+Blue) = 78+93+97=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E5D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5D61 is #B1A29E. Grayscale: #585858. Windows color (decimal): -11641503 or 6380878. OLE color: 6380878.

HSL color Cylindrical-coordinate representation of color #4E5D61: hue angle of 192.63º 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 #4E5D61 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB789397-
CMYK0.200.0400.62
HSL192.63º10.86%34.31%-
HSV(B)192.63º19.59%38.04%-
XYZ9.2110.3112.81-
YUV88.97132.53120.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.10%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=29.10%
G=34.70%
B=36.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7893970.200.0400.62192.6310.8634.31
Hex4E5D6114403Ec1b22
Octal1161351412440763011342
Binary100111010111011100001101001000111110110000011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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