#495F65

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

Shades of Smalt Blue #495F65

Tints of Smalt Blue #495F65

Color information

#495F65 (or 0x495F65) is unknown color: approx Smalt Blue. HEX triplet: 49, 5F and 65. RGB value is (73,95,101). Sum of RGB (Red+Green+Blue) = 73+95+101=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #495F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F65 is #B6A09A. Grayscale: #595959. Windows color (decimal): -11968667 or 6643529. OLE color: 6643529.

HSL color Cylindrical-coordinate representation of color #495F65: hue angle of 192.86º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #495F65 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7395101-
CMYK0.280.0600.60
HSL192.86º16.09%34.12%-
HSV(B)192.86º27.72%39.61%-
XYZ9.1910.5413.86-
YUV89.11134.71116.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 95 (37.5% from 255) = 35.32%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=27.14%
G=35.32%
B=37.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73951010.280.0600.60192.8616.0934.12
Hex495F651C603Cc11022
Octal1111371453460743012042
Binary1001001101111111001011110011001111001100000110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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