#495F66

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

Shades of Smalt Blue #495F66

Tints of Smalt Blue #495F66

Color information

#495F66 (or 0x495F66) is unknown color: approx Smalt Blue. HEX triplet: 49, 5F and 66. RGB value is (73,95,102). Sum of RGB (Red+Green+Blue) = 73+95+102=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #495F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F66 is #B6A099. Grayscale: #595959. Windows color (decimal): -11968666 or 6709065. OLE color: 6709065.

HSL color Cylindrical-coordinate representation of color #495F66: hue angle of 194.48º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #495F66 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7395102-
CMYK0.280.0700.6
HSL194.48º16.57%34.31%-
HSV(B)194.48º28.43%40%-
XYZ9.2410.5614.12-
YUV89.22135.21116.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=27.04%
G=35.19%
B=37.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73951020.280.0700.6194.4816.5734.31
Hex495F661C703Cc21122
Octal1111371463470743022142
Binary1001001101111111001101110011101111001100001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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