#46636A

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

Shades of Smalt Blue #46636A

Tints of Smalt Blue #46636A

Color information

#46636A (or 0x46636A) is unknown color: approx Smalt Blue. HEX triplet: 46, 63 and 6A. RGB value is (70,99,106). Sum of RGB (Red+Green+Blue) = 70+99+106=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #46636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46636A is #B99C95. Grayscale: #5B5B5B. Windows color (decimal): -12164246 or 6972230. OLE color: 6972230.

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

Color convert

RGB7099106-
CMYK0.340.0700.58
HSL191.67º20.45%34.51%-
HSV(B)191.67º33.96%41.57%-
XYZ9.5911.2715.3-
YUV91.13136.39112.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=25.45%
G=36%
B=38.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70991060.340.0700.58191.6720.4534.51
Hex46636A22703Ac01423
Octal1061431524270723002443
Binary10001101100011110101010001011101110101100000010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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