#46636D

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

Shades of Smalt Blue #46636D

Tints of Smalt Blue #46636D

Color information

#46636D (or 0x46636D) is unknown color: approx Smalt Blue. HEX triplet: 46, 63 and 6D. RGB value is (70,99,109). Sum of RGB (Red+Green+Blue) = 70+99+109=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #46636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46636D is #B99C92. Grayscale: #5B5B5B. Windows color (decimal): -12164243 or 7168838. OLE color: 7168838.

HSL color Cylindrical-coordinate representation of color #46636D: hue angle of 195.38º 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 #46636D is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7099109-
CMYK0.360.0900.57
HSL195.38º21.79%35.1%-
HSV(B)195.38º35.78%42.75%-
XYZ9.7511.3316.14-
YUV91.47137.89112.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=25.18%
G=35.61%
B=39.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70991090.360.0900.57195.3821.7935.1
Hex46636D249039c31623
Octal10614315544110713032643
Binary100011011000111101101100100100101110011100001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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