#46626A

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

Shades of Smalt Blue #46626A

Tints of Smalt Blue #46626A

Color information

#46626A (or 0x46626A) is unknown color: approx Smalt Blue. HEX triplet: 46, 62 and 6A. RGB value is (70,98,106). Sum of RGB (Red+Green+Blue) = 70+98+106=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #46626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46626A is #B99D95. Grayscale: #5A5A5A. Windows color (decimal): -12164502 or 6971974. OLE color: 6971974.

HSL color Cylindrical-coordinate representation of color #46626A: hue angle of 193.33º 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 #46626A is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7098106-
CMYK0.340.0800.58
HSL193.33º20.45%34.51%-
HSV(B)193.33º33.96%41.57%-
XYZ9.4911.0815.27-
YUV90.54136.72113.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=25.55%
G=35.77%
B=38.69%

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
Decimal70981060.340.0800.58193.3320.4534.51
Hex46626A22803Ac11423
Octal10614215242100723012443
Binary100011011000101101010100010100001110101100000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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