#46646B

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

Shades of Smalt Blue #46646B

Tints of Smalt Blue #46646B

Color information

#46646B (or 0x46646B) is unknown color: approx Smalt Blue. HEX triplet: 46, 64 and 6B. RGB value is (70,100,107). Sum of RGB (Red+Green+Blue) = 70+100+107=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 107 - color contains mainly: blue. Hex color #46646B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46646B is #B99B94. Grayscale: #5B5B5B. Windows color (decimal): -12163989 or 7038022. OLE color: 7038022.

HSL color Cylindrical-coordinate representation of color #46646B: hue angle of 191.35º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46646B is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB70100107-
CMYK0.350.0700.58
HSL191.35º20.9%34.71%-
HSV(B)191.35º34.58%41.96%-
XYZ9.7411.4815.61-
YUV91.83136.56112.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.27%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=25.27%
G=36.10%
B=38.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal701001070.350.0700.58191.3520.934.71
Hex46646B23703Abf1523
Octal1061441534370722772543
Binary10001101100100110101110001111101110101011111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46646B; }

 p { color: rgb(70,100,107); }

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

<style>
 a { background-color: #46646B; }

 a { background-color: rgb(70,100,107); }

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

<style>
 span { border-color: #46646B; }

 span { border-color: rgb(70,100,107); }

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