Html Css Color HEX #49636D Smalt Blue

📋 copy color: '#49636D'

red 73 ◦ green 99 ◦ blue 109

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

Shades of Smalt Blue #49636D

Tints of Smalt Blue #49636D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

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

R = 25.98%
G = 35.23%
B = 38.79%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49636D (or 0x49636D) is known color: Smalt Blue. HEX triplet: 49, 63 and 6D. RGB value is (73,99,109). Sum of RGB (Red+Green+Blue) = 73+99+109=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #49636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49636D is #B69C92. Grayscale: #5C5C5C. Windows color (decimal): -11967635 or 7168841. OLE color: 7168841.

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

Color convert

RGB 73 99 109 -
CMYK 0.33 0.09 0 0.57
HSL 196.67º 0.2% 0.36% -
HSV(B) 196.67º 0.33% 0.43% -
XYZ 9.97 11.44 16.15 -
YUV 92.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 73 99 109 0.33 0.09 0 0.57 196.67 0.2 0.36
Hex 49 63 6D 21 9 0 39 C5 14 24
Octal 111 143 155 41 11 0 71 305 24 44
Binary 1001001 1100011 1101101 100001 1001 0 111001 11000101 10100 100100

Color Harmonies of #49636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49636D

Black with #49636D

Text Example


Text Example

White with #49636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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