Html Css Color HEX #49646D Smalt Blue

📋 copy color: '#49646D'

red 73 ◦ green 100 ◦ blue 109

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

Shades of Smalt Blue #49646D

Tints of Smalt Blue #49646D

RGB

 RED value IS 73 (28.91% from 255) = 25.89%

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

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

R = 25.89%
G = 35.46%
B = 38.65%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49646D (or 0x49646D) is known color: Smalt Blue. HEX triplet: 49, 64 and 6D. RGB value is (73,100,109). Sum of RGB (Red+Green+Blue) = 73+100+109=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #49646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49646D is #B69B92. Grayscale: #5C5C5C. Windows color (decimal): -11967379 or 7169097. OLE color: 7169097.

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

Color convert

RGB 73 100 109 -
CMYK 0.33 0.08 0 0.57
HSL 195º 0.2% 0.36% -
HSV(B) 195º 0.33% 0.43% -
XYZ 10.07 11.63 16.18 -
YUV 92.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 73 100 109 0.33 0.08 0 0.57 195 0.2 0.36
Hex 49 64 6D 21 8 0 39 C3 14 24
Octal 111 144 155 41 10 0 71 303 24 44
Binary 1001001 1100100 1101101 100001 1000 0 111001 11000011 10100 100100

Color Harmonies of #49646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49646D

Black with #49646D

Text Example


Text Example

White with #49646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49646D; }

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

 H1.HeaderClassName
 {
   color: #49646D;
 }
 .AnyTagClassName
 {
   color: #49646D;
 }
</style>

background-color css

<style>
 a { background-color: #49646D; }

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

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

border-color css

<style>
 span { border-color: #49646D; }

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

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