#46636E

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

Shades of Smalt Blue #46636E

Tints of Smalt Blue #46636E

Color information

#46636E (or 0x46636E) is unknown color: approx Smalt Blue. HEX triplet: 46, 63 and 6E. RGB value is (70,99,110). Sum of RGB (Red+Green+Blue) = 70+99+110=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #46636E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46636E is #B99C91. Grayscale: #5B5B5B. Windows color (decimal): -12164242 or 7234374. OLE color: 7234374.

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

Color convert

RGB7099110-
CMYK0.360.100.57
HSL196.5º22.22%35.29%-
HSV(B)196.5º36.36%43.14%-
XYZ9.811.3516.43-
YUV91.58138.39112.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=25.09%
G=35.48%
B=39.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70991100.360.100.57196.522.2235.29
Hex46636E24A039c41623
Octal10614315644120713042643
Binary100011011000111101110100100101001110011100010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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