#495B60

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

Shades of Smalt Blue #495B60

Tints of Smalt Blue #495B60

Color information

#495B60 (or 0x495B60) is unknown color: approx Smalt Blue. HEX triplet: 49, 5B and 60. RGB value is (73,91,96). Sum of RGB (Red+Green+Blue) = 73+91+96=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #495B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B60 is #B6A49F. Grayscale: #565656. Windows color (decimal): -11969696 or 6314825. OLE color: 6314825.

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

Color convert

RGB739196-
CMYK0.240.0500.62
HSL193.04º13.61%33.14%-
HSV(B)193.04º23.96%37.65%-
XYZ8.69.7412.49-
YUV86.19133.54118.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=28.08%
G=35%
B=36.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7391960.240.0500.62193.0413.6133.14
Hex495B6018503Ec1e21
Octal1111331403050763011641
Binary100100110110111100000110001010111110110000011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,91,96); }

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

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

 a { background-color: rgb(73,91,96); }

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

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

 span { border-color: rgb(73,91,96); }

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