#46626B

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

Shades of Smalt Blue #46626B

Tints of Smalt Blue #46626B

Color information

#46626B (or 0x46626B) is unknown color: approx Smalt Blue. HEX triplet: 46, 62 and 6B. RGB value is (70,98,107). Sum of RGB (Red+Green+Blue) = 70+98+107=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #46626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46626B is #B99D94. Grayscale: #5A5A5A. Windows color (decimal): -12164501 or 7037510. OLE color: 7037510.

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

Color convert

RGB7098107-
CMYK0.350.0800.58
HSL194.59º20.9%34.71%-
HSV(B)194.59º34.58%41.96%-
XYZ9.5511.115.55-
YUV90.65137.22113.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=25.45%
G=35.64%
B=38.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70981070.350.0800.58194.5920.934.71
Hex46626B23803Ac31523
Octal10614215343100723032543
Binary100011011000101101011100011100001110101100001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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