#4D676F

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

Shades of Smalt Blue #4D676F

Tints of Smalt Blue #4D676F

Color information

#4D676F (or 0x4D676F) is unknown color: approx Smalt Blue. HEX triplet: 4D, 67 and 6F. RGB value is (77,103,111). Sum of RGB (Red+Green+Blue) = 77+103+111=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D676F is #B29890. Grayscale: #606060. Windows color (decimal): -11704465 or 7300941. OLE color: 7300941.

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

Color convert

RGB77103111-
CMYK0.310.0700.56
HSL194.12º18.09%36.86%-
HSV(B)194.12º30.63%43.53%-
XYZ10.7812.4316.87-
YUV96.14136.39114.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.46%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=26.46%
G=35.40%
B=38.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal771031110.310.0700.56194.1218.0936.86
Hex4D676F1F7038c21225
Octal1151471573770703022245
Binary1001101110011111011111111111101110001100001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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