Html Css Color HEX #49626C Smalt Blue

📋 copy color: '#49626C'

red 73 ◦ green 98 ◦ blue 108

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

Shades of Smalt Blue #49626C

Tints of Smalt Blue #49626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

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

R = 26.16%
G = 35.13%
B = 38.71%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49626C (or 0x49626C) is known color: Smalt Blue. HEX triplet: 49, 62 and 6C. RGB value is (73,98,108). Sum of RGB (Red+Green+Blue) = 73+98+108=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #49626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49626C is #B69D93. Grayscale: #5B5B5B. Windows color (decimal): -11967892 or 7103049. OLE color: 7103049.

HSL color Cylindrical-coordinate representation of color #49626C: hue angle of 197.14º 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 #49626C is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 98 108 -
CMYK 0.32 0.09 0 0.58
HSL 197.14º 0.19% 0.35% -
HSV(B) 197.14º 0.32% 0.42% -
XYZ 9.82 11.23 15.84 -
YUV 91.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 73 98 108 0.32 0.09 0 0.58 197.14 0.19 0.35
Hex 49 62 6C 20 9 0 3A C5 13 23
Octal 111 142 154 40 11 0 72 305 23 43
Binary 1001001 1100010 1101100 100000 1001 0 111010 11000101 10011 100011

Color Harmonies of #49626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49626C

Black with #49626C

Text Example


Text Example

White with #49626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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