#46656E

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

Shades of Smalt Blue #46656E

Tints of Smalt Blue #46656E

Color information

#46656E (or 0x46656E) is unknown color: approx Smalt Blue. HEX triplet: 46, 65 and 6E. RGB value is (70,101,110). Sum of RGB (Red+Green+Blue) = 70+101+110=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #46656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46656E is #B99A91. Grayscale: #5C5C5C. Windows color (decimal): -12163730 or 7234886. OLE color: 7234886.

HSL color Cylindrical-coordinate representation of color #46656E: hue angle of 193.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46656E is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB70101110-
CMYK0.360.0800.57
HSL193.5º22.22%35.29%-
HSV(B)193.5º36.36%43.14%-
XYZ9.9911.7416.49-
YUV92.76137.73111.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=24.91%
G=35.94%
B=39.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal701011100.360.0800.57193.522.2235.29
Hex46656E248039c21623
Octal10614515644100713022643
Binary100011011001011101110100100100001110011100001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46656E; }

 p { color: rgb(70,101,110); }

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

<style>
 a { background-color: #46656E; }

 a { background-color: rgb(70,101,110); }

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

<style>
 span { border-color: #46656E; }

 span { border-color: rgb(70,101,110); }

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