#46606B

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

Shades of Smalt Blue #46606B

Tints of Smalt Blue #46606B

Color information

#46606B (or 0x46606B) is unknown color: approx Smalt Blue. HEX triplet: 46, 60 and 6B. RGB value is (70,96,107). Sum of RGB (Red+Green+Blue) = 70+96+107=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #46606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46606B is #B99F94. Grayscale: #595959. Windows color (decimal): -12165013 or 7036998. OLE color: 7036998.

HSL color Cylindrical-coordinate representation of color #46606B: hue angle of 197.84º 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 #46606B is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7096107-
CMYK0.350.1000.58
HSL197.84º20.9%34.71%-
HSV(B)197.84º34.58%41.96%-
XYZ9.3610.7315.49-
YUV89.48137.89114.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=25.64%
G=35.16%
B=39.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70961070.350.1000.58197.8420.934.71
Hex46606B23A03Ac61523
Octal10614015343120723062543
Binary100011011000001101011100011101001110101100011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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