#495A5E

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

Shades of Smalt Blue #495A5E

Tints of Smalt Blue #495A5E

Color information

#495A5E (or 0x495A5E) is unknown color: approx Smalt Blue. HEX triplet: 49, 5A and 5E. RGB value is (73,90,94). Sum of RGB (Red+Green+Blue) = 73+90+94=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 94 - color contains mainly: blue. Hex color #495A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A5E is #B6A5A1. Grayscale: #555555. Windows color (decimal): -11969954 or 6183497. OLE color: 6183497.

HSL color Cylindrical-coordinate representation of color #495A5E: hue angle of 191.43º 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 #495A5E is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB739094-
CMYK0.220.0400.63
HSL191.43º12.57%32.75%-
HSV(B)191.43º22.34%36.86%-
XYZ8.429.5411.99-
YUV85.37132.87119.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=28.40%
G=35.02%
B=36.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7390940.220.0400.63191.4312.5732.75
Hex495A5E16403Fbfd21
Octal1111321362640772771541
Binary100100110110101011110101101000111111101111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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