Html Css Color HEX #49656D Smalt Blue

📋 copy color: '#49656D'

red 73 ◦ green 101 ◦ blue 109

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

Shades of Smalt Blue #49656D

Tints of Smalt Blue #49656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

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

R = 25.8%
G = 35.69%
B = 38.52%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49656D (or 0x49656D) is known color: Smalt Blue. HEX triplet: 49, 65 and 6D. RGB value is (73,101,109). Sum of RGB (Red+Green+Blue) = 73+101+109=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #49656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49656D is #B69A92. Grayscale: #5D5D5D. Windows color (decimal): -11967123 or 7169353. OLE color: 7169353.

HSL color Cylindrical-coordinate representation of color #49656D: hue angle of 193.33º 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 #49656D is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 101 109 -
CMYK 0.33 0.07 0 0.57
HSL 193.33º 0.2% 0.36% -
HSV(B) 193.33º 0.33% 0.43% -
XYZ 10.16 11.83 16.22 -
YUV 93.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 73 101 109 0.33 0.07 0 0.57 193.33 0.2 0.36
Hex 49 65 6D 21 7 0 39 C1 14 24
Octal 111 145 155 41 7 0 71 301 24 44
Binary 1001001 1100101 1101101 100001 111 0 111001 11000001 10100 100100

Color Harmonies of #49656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49656D

Black with #49656D

Text Example


Text Example

White with #49656D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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