#4D656B

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

Shades of Smalt Blue #4D656B

Tints of Smalt Blue #4D656B

Color information

#4D656B (or 0x4D656B) is unknown color: approx Smalt Blue. HEX triplet: 4D, 65 and 6B. RGB value is (77,101,107). Sum of RGB (Red+Green+Blue) = 77+101+107=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D656B is #B29A94. Grayscale: #5E5E5E. Windows color (decimal): -11704981 or 7038285. OLE color: 7038285.

HSL color Cylindrical-coordinate representation of color #4D656B: hue angle of 192º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D656B is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB77101107-
CMYK0.280.0600.58
HSL192º16.3%36.08%-
HSV(B)192º28.04%41.96%-
XYZ10.3711.9515.67-
YUV94.51135.05115.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.02%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=27.02%
G=35.44%
B=37.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal771011070.280.0600.5819216.336.08
Hex4D656B1C603Ac01024
Octal1151451533460723002044
Binary1001101110010111010111110011001110101100000010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,101,107); }

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

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

 a { background-color: rgb(77,101,107); }

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

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

 span { border-color: rgb(77,101,107); }

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