#49656F

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

Shades of Smalt Blue #49656F

Tints of Smalt Blue #49656F

Color information

#49656F (or 0x49656F) is unknown color: approx Smalt Blue. HEX triplet: 49, 65 and 6F. RGB value is (73,101,111). Sum of RGB (Red+Green+Blue) = 73+101+111=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #49656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49656F is #B69A90. Grayscale: #5D5D5D. Windows color (decimal): -11967121 or 7300425. OLE color: 7300425.

HSL color Cylindrical-coordinate representation of color #49656F: hue angle of 195.79º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49656F is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB73101111-
CMYK0.340.0900.56
HSL195.79º20.65%36.08%-
HSV(B)195.79º34.23%43.53%-
XYZ10.2711.8716.79-
YUV93.77137.72113.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=25.61%
G=35.44%
B=38.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731011110.340.0900.56195.7920.6536.08
Hex49656F229038c41524
Octal11114515742110703042544
Binary100100111001011101111100010100101110001100010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49656F; }

 p { color: rgb(73,101,111); }

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

<style>
 a { background-color: #49656F; }

 a { background-color: rgb(73,101,111); }

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

<style>
 span { border-color: #49656F; }

 span { border-color: rgb(73,101,111); }

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