Html Css Color HEX #49626B Smalt Blue

📋 copy color: '#49626B'

red 73 ◦ green 98 ◦ blue 107

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

Shades of Smalt Blue #49626B

Tints of Smalt Blue #49626B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.49%

R = 26.26%
G = 35.25%
B = 38.49%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49626B (or 0x49626B) is known color: Smalt Blue. HEX triplet: 49, 62 and 6B. RGB value is (73,98,107). Sum of RGB (Red+Green+Blue) = 73+98+107=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 107 - color contains mainly: blue. Hex color #49626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49626B is #B69D94. Grayscale: #5B5B5B. Windows color (decimal): -11967893 or 7037513. OLE color: 7037513.

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

Color convert

RGB 73 98 107 -
CMYK 0.32 0.08 0 0.58
HSL 195.88º 0.19% 0.35% -
HSV(B) 195.88º 0.32% 0.42% -
XYZ 9.77 11.21 15.56 -
YUV 91.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 73 98 107 0.32 0.08 0 0.58 195.88 0.19 0.35
Hex 49 62 6B 20 8 0 3A C4 13 23
Octal 111 142 153 40 10 0 72 304 23 43
Binary 1001001 1100010 1101011 100000 1000 0 111010 11000100 10011 100011

Color Harmonies of #49626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49626B

Black with #49626B

Text Example


Text Example

White with #49626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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