#495A5D

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

Shades of Smalt Blue #495A5D

Tints of Smalt Blue #495A5D

Color information

#495A5D (or 0x495A5D) is unknown color: approx Smalt Blue. HEX triplet: 49, 5A and 5D. RGB value is (73,90,93). Sum of RGB (Red+Green+Blue) = 73+90+93=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 93 - color contains mainly: blue. Hex color #495A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A5D is #B6A5A2. Grayscale: #555555. Windows color (decimal): -11969955 or 6117961. OLE color: 6117961.

HSL color Cylindrical-coordinate representation of color #495A5D: hue angle of 189º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495A5D is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB739093-
CMYK0.220.0300.64
HSL189º12.05%32.55%-
HSV(B)189º21.51%36.47%-
XYZ8.389.5211.75-
YUV85.26132.37119.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=28.52%
G=35.16%
B=36.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7390930.220.0300.6418912.0532.55
Hex495A5D163040bdc21
Octal11113213526301002751441
Binary100100110110101011101101101101000000101111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,90,93); }

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

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

 a { background-color: rgb(73,90,93); }

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

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

 span { border-color: rgb(73,90,93); }

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