#46656D

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

Shades of Smalt Blue #46656D

Tints of Smalt Blue #46656D

Color information

#46656D (or 0x46656D) is unknown color: approx Smalt Blue. HEX triplet: 46, 65 and 6D. RGB value is (70,101,109). Sum of RGB (Red+Green+Blue) = 70+101+109=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 109 - color contains mainly: blue. Hex color #46656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46656D is #B99A92. Grayscale: #5C5C5C. Windows color (decimal): -12163731 or 7169350. OLE color: 7169350.

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

Color convert

RGB70101109-
CMYK0.360.0700.57
HSL192.31º21.79%35.1%-
HSV(B)192.31º35.78%42.75%-
XYZ9.9411.7116.21-
YUV92.64137.23111.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=25%
G=36.07%
B=38.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal701011090.360.0700.57192.3121.7935.1
Hex46656D247039c01623
Octal1061451554470713002643
Binary10001101100101110110110010011101110011100000010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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