Html Css Color HEX #49656F Smalt Blue

📋 copy color: '#49656F'

red 73 ◦ green 101 ◦ blue 111

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

Shades of Smalt Blue #49656F

Tints of Smalt Blue #49656F

RGB

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

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

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

R = 25.61%
G = 35.44%
B = 38.95%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49656F (or 0x49656F) is known color: Smalt Blue. HEX triplet: 49, 65 and 6F. RGB value is (73,101,111). Sum of RGB (Red+Green+Blue) = 73+101+111=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #49656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49656F is #B69A90. Grayscale: #5D5D5D. Windows color (decimal): -11967121 or 7300425. OLE color: 7300425.

HSL color Cylindrical-coordinate representation of color #49656F: hue angle of 195.79º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49656F is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 101 111 -
CMYK 0.34 0.09 0 0.56
HSL 195.79º 0.21% 0.36% -
HSV(B) 195.79º 0.34% 0.44% -
XYZ 10.27 11.87 16.79 -
YUV 93.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 73 101 111 0.34 0.09 0 0.56 195.79 0.21 0.36
Hex 49 65 6F 22 9 0 38 C4 15 24
Octal 111 145 157 42 11 0 70 304 25 44
Binary 1001001 1100101 1101111 100010 1001 0 111000 11000100 10101 100100

Color Harmonies of #49656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49656F

Black with #49656F

Text Example


Text Example

White with #49656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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