Html Css Color HEX #49666E Smalt Blue

📋 copy color: '#49666E'

red 73 ◦ green 102 ◦ blue 110

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

Shades of Smalt Blue #49666E

Tints of Smalt Blue #49666E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

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

R = 25.61%
G = 35.79%
B = 38.6%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49666E (or 0x49666E) is known color: Smalt Blue. HEX triplet: 49, 66 and 6E. RGB value is (73,102,110). Sum of RGB (Red+Green+Blue) = 73+102+110=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #49666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49666E is #B69991. Grayscale: #5E5E5E. Windows color (decimal): -11966866 or 7235145. OLE color: 7235145.

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

Color convert

RGB 73 102 110 -
CMYK 0.34 0.07 0 0.57
HSL 192.97º 0.2% 0.36% -
HSV(B) 192.97º 0.34% 0.43% -
XYZ 10.31 12.05 16.53 -
YUV 94.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 73 102 110 0.34 0.07 0 0.57 192.97 0.2 0.36
Hex 49 66 6E 22 7 0 39 C1 14 24
Octal 111 146 156 42 7 0 71 301 24 44
Binary 1001001 1100110 1101110 100010 111 0 111001 11000001 10100 100100

Color Harmonies of #49666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49666E

Black with #49666E

Text Example


Text Example

White with #49666E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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