#495C61

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

Shades of Smalt Blue #495C61

Tints of Smalt Blue #495C61

Color information

#495C61 (or 0x495C61) is unknown color: approx Smalt Blue. HEX triplet: 49, 5C and 61. RGB value is (73,92,97). Sum of RGB (Red+Green+Blue) = 73+92+97=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: blue. Hex color #495C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C61 is #B6A39E. Grayscale: #565656. Windows color (decimal): -11969439 or 6380617. OLE color: 6380617.

HSL color Cylindrical-coordinate representation of color #495C61: hue angle of 192.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 #495C61 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB739297-
CMYK0.250.0500.62
HSL192.5º14.12%33.33%-
HSV(B)192.5º24.74%38.04%-
XYZ8.739.9312.77-
YUV86.89133.71118.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=27.86%
G=35.11%
B=37.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7392970.250.0500.62192.514.1233.33
Hex495C6119503Ec0e21
Octal1111341413150763001641
Binary100100110111001100001110011010111110110000001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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