#46616A

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

Shades of Smalt Blue #46616A

Tints of Smalt Blue #46616A

Color information

#46616A (or 0x46616A) is unknown color: approx Smalt Blue. HEX triplet: 46, 61 and 6A. RGB value is (70,97,106). Sum of RGB (Red+Green+Blue) = 70+97+106=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #46616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46616A is #B99E95. Grayscale: #595959. Windows color (decimal): -12164758 or 6971718. OLE color: 6971718.

HSL color Cylindrical-coordinate representation of color #46616A: hue angle of 195º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #46616A is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7097106-
CMYK0.340.0800.58
HSL195º20.45%34.51%-
HSV(B)195º33.96%41.57%-
XYZ9.410.8915.24-
YUV89.95137.05113.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=25.64%
G=35.53%
B=38.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70971060.340.0800.5819520.4534.51
Hex46616A22803Ac31423
Octal10614115242100723032443
Binary100011011000011101010100010100001110101100001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46616A; }

 p { color: rgb(70,97,106); }

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

<style>
 a { background-color: #46616A; }

 a { background-color: rgb(70,97,106); }

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

<style>
 span { border-color: #46616A; }

 span { border-color: rgb(70,97,106); }

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