Html Css Color HEX #4D646D Smalt Blue

📋 copy color: '#4D646D'

red 77 ◦ green 100 ◦ blue 109

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

Shades of Smalt Blue #4D646D

Tints of Smalt Blue #4D646D

RGB

 RED value IS 77 (30.47% from 255) = 26.92%

 GREEN value IS 100 (39.45% from 255) = 34.97%

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

R = 26.92%
G = 34.97%
B = 38.11%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D646D (or 0x4D646D) is known color: Smalt Blue. HEX triplet: 4D, 64 and 6D. RGB value is (77,100,109). Sum of RGB (Red+Green+Blue) = 77+100+109=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D646D is #B29B92. Grayscale: #5E5E5E. Windows color (decimal): -11705235 or 7169101. OLE color: 7169101.

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

Color convert

RGB 77 100 109 -
CMYK 0.29 0.08 0 0.57
HSL 196.88º 0.17% 0.36% -
HSV(B) 196.88º 0.29% 0.43% -
XYZ 10.38 11.8 16.2 -
YUV 94.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 77 100 109 0.29 0.08 0 0.57 196.88 0.17 0.36
Hex 4D 64 6D 1D 8 0 39 C5 11 24
Octal 115 144 155 35 10 0 71 305 21 44
Binary 1001101 1100100 1101101 11101 1000 0 111001 11000101 10001 100100

Color Harmonies of #4D646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D646D

Black with #4D646D

Text Example


Text Example

White with #4D646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,100,109); }

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

background-color css

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

 a { background-color: rgb(77,100,109); }

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

border-color css

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

 span { border-color: rgb(77,100,109); }

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