Html Css Color HEX #4E656D Smalt Blue

📋 copy color: '#4E656D'

red 78 ◦ green 101 ◦ blue 109

#4E656D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt Blue #4E656D

Tints of Smalt Blue #4E656D

RGB

 RED value IS 78 (30.86% from 255) = 27.08%

 GREEN value IS 101 (39.84% from 255) = 35.07%

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 27.08%
G = 35.07%
B = 37.85%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4E656D (or 0x4E656D) is known color: Smalt Blue. HEX triplet: 4E, 65 and 6D. RGB value is (78,101,109). Sum of RGB (Red+Green+Blue) = 78+101+109=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E656D is #B19A92. Grayscale: #5E5E5E. Windows color (decimal): -11639443 or 7169358. OLE color: 7169358.

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

Color convert

RGB 78 101 109 -
CMYK 0.28 0.07 0 0.57
HSL 195.48º 0.17% 0.37% -
HSV(B) 195.48º 0.28% 0.43% -
XYZ 10.56 12.03 16.23 -
YUV 95.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 78 101 109 0.28 0.07 0 0.57 195.48 0.17 0.37
Hex 4E 65 6D 1C 7 0 39 C3 11 25
Octal 116 145 155 34 7 0 71 303 21 45
Binary 1001110 1100101 1101101 11100 111 0 111001 11000011 10001 100101

Color Harmonies of #4E656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E656D

Black with #4E656D

Text Example


Text Example

White with #4E656D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,101,109); }

 H1.HeaderClassName
 {
   color: #4E656D;
 }
 .AnyTagClassName
 {
   color: #4E656D;
 }
</style>

background-color css

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

 a { background-color: rgb(78,101,109); }

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

border-color css

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

 span { border-color: rgb(78,101,109); }

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