Html Css Color HEX #4E676F Smalt Blue

📋 copy color: '#4E676F'

red 78 ◦ green 103 ◦ blue 111

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

Shades of Smalt Blue #4E676F

Tints of Smalt Blue #4E676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.27%

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 26.71%
G = 35.27%
B = 38.01%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E676F (or 0x4E676F) is known color: Smalt Blue. HEX triplet: 4E, 67 and 6F. RGB value is (78,103,111). Sum of RGB (Red+Green+Blue) = 78+103+111=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E676F is #B19890. Grayscale: #606060. Windows color (decimal): -11638929 or 7300942. OLE color: 7300942.

HSL color Cylindrical-coordinate representation of color #4E676F: hue angle of 194.55º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E676F is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 103 111 -
CMYK 0.30 0.07 0 0.56
HSL 194.55º 0.17% 0.37% -
HSV(B) 194.55º 0.3% 0.44% -
XYZ 10.86 12.47 16.87 -
YUV 96.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 78 103 111 0.30 0.07 0 0.56 194.55 0.17 0.37
Hex 4E 67 6F 1E 7 0 38 C3 11 25
Octal 116 147 157 36 7 0 70 303 21 45
Binary 1001110 1100111 1101111 11110 111 0 111000 11000011 10001 100101

Color Harmonies of #4E676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E676F

Black with #4E676F

Text Example


Text Example

White with #4E676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,103,111); }

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

background-color css

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

 a { background-color: rgb(78,103,111); }

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

border-color css

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

 span { border-color: rgb(78,103,111); }

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