Html Css Color HEX #49656E Smalt Blue

📋 copy color: '#49656E'

red 73 ◦ green 101 ◦ blue 110

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

Shades of Smalt Blue #49656E

Tints of Smalt Blue #49656E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.73%

R = 25.7%
G = 35.56%
B = 38.73%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49656E (or 0x49656E) is known color: Smalt Blue. HEX triplet: 49, 65 and 6E. RGB value is (73,101,110). Sum of RGB (Red+Green+Blue) = 73+101+110=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #49656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49656E is #B69A91. Grayscale: #5D5D5D. Windows color (decimal): -11967122 or 7234889. OLE color: 7234889.

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

Color convert

RGB 73 101 110 -
CMYK 0.34 0.08 0 0.57
HSL 194.59º 0.2% 0.36% -
HSV(B) 194.59º 0.34% 0.43% -
XYZ 10.22 11.85 16.5 -
YUV 93.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 73 101 110 0.34 0.08 0 0.57 194.59 0.2 0.36
Hex 49 65 6E 22 8 0 39 C3 14 24
Octal 111 145 156 42 10 0 71 303 24 44
Binary 1001001 1100101 1101110 100010 1000 0 111001 11000011 10100 100100

Color Harmonies of #49656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49656E

Black with #49656E

Text Example


Text Example

White with #49656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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