#49636C

Color #49636C Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #49636C

Tints of Smalt Blue #49636C

Color information

#49636C (or 0x49636C) is unknown color: approx Smalt Blue. HEX triplet: 49, 63 and 6C. RGB value is (73,99,108). Sum of RGB (Red+Green+Blue) = 73+99+108=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #49636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49636C is #B69C93. Grayscale: #5C5C5C. Windows color (decimal): -11967636 or 7103305. OLE color: 7103305.

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

Color convert

RGB7399108-
CMYK0.320.0800.58
HSL195.43º19.34%35.49%-
HSV(B)195.43º32.41%42.35%-
XYZ9.9211.4215.87-
YUV92.25136.89114.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=26.07%
G=35.36%
B=38.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73991080.320.0800.58195.4319.3435.49
Hex49636C20803Ac31323
Octal11114315440100723032343
Binary100100111000111101100100000100001110101100001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49636C;
 }
 .AnyTagClassName
 {
   color: #49636C;
 }
</style>
background-color css

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

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

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

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

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

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