#46616D

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

Shades of Smalt Blue #46616D

Tints of Smalt Blue #46616D

Color information

#46616D (or 0x46616D) is unknown color: approx Smalt Blue. HEX triplet: 46, 61 and 6D. RGB value is (70,97,109). Sum of RGB (Red+Green+Blue) = 70+97+109=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #46616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46616D is #B99E92. Grayscale: #5A5A5A. Windows color (decimal): -12164755 or 7168326. OLE color: 7168326.

HSL color Cylindrical-coordinate representation of color #46616D: hue angle of 198.46º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46616D is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7097109-
CMYK0.360.1100.57
HSL198.46º21.79%35.1%-
HSV(B)198.46º35.78%42.75%-
XYZ9.5610.9616.08-
YUV90.3138.55113.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=25.36%
G=35.14%
B=39.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70971090.360.1100.57198.4621.7935.1
Hex46616D24B039c61623
Octal10614115544130713062643
Binary100011011000011101101100100101101110011100011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46616D; }

 p { color: rgb(70,97,109); }

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

<style>
 a { background-color: #46616D; }

 a { background-color: rgb(70,97,109); }

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

<style>
 span { border-color: #46616D; }

 span { border-color: rgb(70,97,109); }

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