#495C5E

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

Shades of Smalt Blue #495C5E

Tints of Smalt Blue #495C5E

Color information

#495C5E (or 0x495C5E) is unknown color: approx Smalt Blue. HEX triplet: 49, 5C and 5E. RGB value is (73,92,94). Sum of RGB (Red+Green+Blue) = 73+92+94=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 94 - color contains mainly: blue. Hex color #495C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C5E is #B6A3A1. Grayscale: #565656. Windows color (decimal): -11969442 or 6184009. OLE color: 6184009.

HSL color Cylindrical-coordinate representation of color #495C5E: hue angle of 185.71º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495C5E is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB739294-
CMYK0.220.0200.63
HSL185.71º12.57%32.75%-
HSV(B)185.71º22.34%36.86%-
XYZ8.69.8812.04-
YUV86.55132.21118.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=28.19%
G=35.52%
B=36.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7392940.220.0200.63185.7112.5732.75
Hex495C5E16203Fbad21
Octal1111341362620772721541
Binary10010011011100101111010110100111111101110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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