#495E61

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

Shades of Smalt Blue #495E61

Tints of Smalt Blue #495E61

Color information

#495E61 (or 0x495E61) is unknown color: approx Smalt Blue. HEX triplet: 49, 5E and 61. RGB value is (73,94,97). Sum of RGB (Red+Green+Blue) = 73+94+97=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: blue. Hex color #495E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E61 is #B6A19E. Grayscale: #585858. Windows color (decimal): -11968927 or 6381129. OLE color: 6381129.

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

Color convert

RGB739497-
CMYK0.250.0300.62
HSL187.5º14.12%33.33%-
HSV(B)187.5º24.74%38.04%-
XYZ8.9110.2812.82-
YUV88.06133.04117.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=27.65%
G=35.61%
B=36.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7394970.250.0300.62187.514.1233.33
Hex495E6119303Ebce21
Octal1111361413130762741641
Binary10010011011110110000111001110111110101111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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