#495F61

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

Shades of Smalt Blue #495F61

Tints of Smalt Blue #495F61

Color information

#495F61 (or 0x495F61) is unknown color: approx Smalt Blue. HEX triplet: 49, 5F and 61. RGB value is (73,95,97). Sum of RGB (Red+Green+Blue) = 73+95+97=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 97 - color contains mainly: blue. Hex color #495F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F61 is #B6A09E. Grayscale: #585858. Windows color (decimal): -11968671 or 6381385. OLE color: 6381385.

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

Color convert

RGB739597-
CMYK0.250.0200.62
HSL185º14.12%33.33%-
HSV(B)185º24.74%38.04%-
XYZ910.4612.85-
YUV88.65132.71116.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=27.55%
G=35.85%
B=36.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7395970.250.0200.6218514.1233.33
Hex495F6119203Eb9e21
Octal1111371413120762711641
Binary10010011011111110000111001100111110101110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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