Html Css Color HEX #49646C Smalt Blue

📋 copy color: '#49646C'

red 73 ◦ green 100 ◦ blue 108

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

Shades of Smalt Blue #49646C

Tints of Smalt Blue #49646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 25.98%
G = 35.59%
B = 38.43%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49646C (or 0x49646C) is known color: Smalt Blue. HEX triplet: 49, 64 and 6C. RGB value is (73,100,108). Sum of RGB (Red+Green+Blue) = 73+100+108=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #49646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49646C is #B69B93. Grayscale: #5C5C5C. Windows color (decimal): -11967380 or 7103561. OLE color: 7103561.

HSL color Cylindrical-coordinate representation of color #49646C: hue angle of 193.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49646C is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 100 108 -
CMYK 0.32 0.07 0 0.58
HSL 193.71º 0.19% 0.35% -
HSV(B) 193.71º 0.32% 0.42% -
XYZ 10.01 11.61 15.9 -
YUV 92.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 73 100 108 0.32 0.07 0 0.58 193.71 0.19 0.35
Hex 49 64 6C 20 7 0 3A C2 13 23
Octal 111 144 154 40 7 0 72 302 23 43
Binary 1001001 1100100 1101100 100000 111 0 111010 11000010 10011 100011

Color Harmonies of #49646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49646C

Black with #49646C

Text Example


Text Example

White with #49646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49646C; }

 p { color: rgb(73,100,108); }

 H1.HeaderClassName
 {
   color: #49646C;
 }
 .AnyTagClassName
 {
   color: #49646C;
 }
</style>

background-color css

<style>
 a { background-color: #49646C; }

 a { background-color: rgb(73,100,108); }

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

border-color css

<style>
 span { border-color: #49646C; }

 span { border-color: rgb(73,100,108); }

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