#495E63

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

Shades of Smalt Blue #495E63

Tints of Smalt Blue #495E63

Color information

#495E63 (or 0x495E63) is unknown color: approx Smalt Blue. HEX triplet: 49, 5E and 63. RGB value is (73,94,99). Sum of RGB (Red+Green+Blue) = 73+94+99=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #495E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E63 is #B6A19C. Grayscale: #585858. Windows color (decimal): -11968925 or 6512201. OLE color: 6512201.

HSL color Cylindrical-coordinate representation of color #495E63: hue angle of 191.54º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495E63 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB739499-
CMYK0.260.0500.61
HSL191.54º15.12%33.73%-
HSV(B)191.54º26.26%38.82%-
XYZ910.3213.32-
YUV88.29134.04117.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=27.44%
G=35.34%
B=37.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7394990.260.0500.61191.5415.1233.73
Hex495E631A503Dc0f22
Octal1111361433250753001742
Binary100100110111101100011110101010111101110000001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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