Html Css Color HEX #4D676F Smalt Blue

📋 copy color: '#4D676F'

red 77 ◦ green 103 ◦ blue 111

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

Shades of Smalt Blue #4D676F

Tints of Smalt Blue #4D676F

RGB

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

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

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

R = 26.46%
G = 35.4%
B = 38.14%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D676F (or 0x4D676F) is known color: 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

RGB 77 103 111 -
CMYK 0.31 0.07 0 0.56
HSL 194.12º 0.18% 0.37% -
HSV(B) 194.12º 0.31% 0.44% -
XYZ 10.78 12.43 16.87 -
YUV 96.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 77 103 111 0.31 0.07 0 0.56 194.12 0.18 0.37
Hex 4D 67 6F 1F 7 0 38 C2 12 25
Octal 115 147 157 37 7 0 70 302 22 45
Binary 1001101 1100111 1101111 11111 111 0 111000 11000010 10010 100101

Color Harmonies of #4D676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D676F

Black with #4D676F

Text Example


Text Example

White with #4D676F

Text Example


Text Example

HTML Codes & Css Web 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>