#46636B

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

Shades of Smalt Blue #46636B

Tints of Smalt Blue #46636B

Color information

#46636B (or 0x46636B) is unknown color: approx Smalt Blue. HEX triplet: 46, 63 and 6B. RGB value is (70,99,107). Sum of RGB (Red+Green+Blue) = 70+99+107=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #46636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46636B is #B99C94. Grayscale: #5B5B5B. Windows color (decimal): -12164245 or 7037766. OLE color: 7037766.

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

Color convert

RGB7099107-
CMYK0.350.0700.58
HSL192.97º20.9%34.71%-
HSV(B)192.97º34.58%41.96%-
XYZ9.6411.2915.58-
YUV91.24136.89112.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=25.36%
G=35.87%
B=38.77%

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
Decimal70991070.350.0700.58192.9720.934.71
Hex46636B23703Ac11523
Octal1061431534370723012543
Binary10001101100011110101110001111101110101100000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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