#495F64

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

Shades of Smalt Blue #495F64

Tints of Smalt Blue #495F64

Color information

#495F64 (or 0x495F64) is unknown color: approx Smalt Blue. HEX triplet: 49, 5F and 64. RGB value is (73,95,100). Sum of RGB (Red+Green+Blue) = 73+95+100=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 100 - color contains mainly: blue. Hex color #495F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F64 is #B6A09B. Grayscale: #585858. Windows color (decimal): -11968668 or 6577993. OLE color: 6577993.

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

Color convert

RGB7395100-
CMYK0.270.0500.61
HSL191.11º15.61%33.92%-
HSV(B)191.11º27%39.22%-
XYZ9.1410.5213.61-
YUV88.99134.21116.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=27.24%
G=35.45%
B=37.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73951000.270.0500.61191.1115.6133.92
Hex495F641B503Dbf1022
Octal1111371443350752772042
Binary1001001101111111001001101110101111011011111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,95,100); }

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

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

 a { background-color: rgb(73,95,100); }

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

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

 span { border-color: rgb(73,95,100); }

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