Html Css Color HEX #4D646E Smalt Blue

📋 copy color: '#4D646E'

red 77 ◦ green 100 ◦ blue 110

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

Shades of Smalt Blue #4D646E

Tints of Smalt Blue #4D646E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 26.83%
G = 34.84%
B = 38.33%

CMYK

 C value IS 0.3

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D646E (or 0x4D646E) is known color: Smalt Blue. HEX triplet: 4D, 64 and 6E. RGB value is (77,100,110). Sum of RGB (Red+Green+Blue) = 77+100+110=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D646E is #B29B91. Grayscale: #5E5E5E. Windows color (decimal): -11705234 or 7234637. OLE color: 7234637.

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

Color convert

RGB 77 100 110 -
CMYK 0.3 0.09 0 0.57
HSL 198.18º 0.18% 0.37% -
HSV(B) 198.18º 0.3% 0.43% -
XYZ 10.43 11.82 16.48 -
YUV 94.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 77 100 110 0.3 0.09 0 0.57 198.18 0.18 0.37
Hex 4D 64 6E 1E 9 0 39 C6 12 25
Octal 115 144 156 36 11 0 71 306 22 45
Binary 1001101 1100100 1101110 11110 1001 0 111001 11000110 10010 100101

Color Harmonies of #4D646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D646E

Black with #4D646E

Text Example


Text Example

White with #4D646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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