#495D61

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

Shades of Smalt Blue #495D61

Tints of Smalt Blue #495D61

Color information

#495D61 (or 0x495D61) is unknown color: approx Smalt Blue. HEX triplet: 49, 5D and 61. RGB value is (73,93,97). Sum of RGB (Red+Green+Blue) = 73+93+97=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #495D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D61 is #B6A29E. Grayscale: #575757. Windows color (decimal): -11969183 or 6380873. OLE color: 6380873.

HSL color Cylindrical-coordinate representation of color #495D61: hue angle of 190º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495D61 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB739397-
CMYK0.250.0400.62
HSL190º14.12%33.33%-
HSV(B)190º24.74%38.04%-
XYZ8.8210.1112.8-
YUV87.48133.37117.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=27.76%
G=35.36%
B=36.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7393970.250.0400.6219014.1233.33
Hex495D6119403Ebee21
Octal1111351413140762761641
Binary100100110111011100001110011000111110101111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495D61; }

 p { color: rgb(73,93,97); }

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

<style>
 a { background-color: #495D61; }

 a { background-color: rgb(73,93,97); }

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

<style>
 span { border-color: #495D61; }

 span { border-color: rgb(73,93,97); }

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