#466063

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

Shades of Smalt Blue #466063

Tints of Smalt Blue #466063

Color information

#466063 (or 0x466063) is unknown color: approx Smalt Blue. HEX triplet: 46, 60 and 63. RGB value is (70,96,99). Sum of RGB (Red+Green+Blue) = 70+96+99=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #466063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466063 is #B99F9C. Grayscale: #585858. Windows color (decimal): -12165021 or 6512710. OLE color: 6512710.

HSL color Cylindrical-coordinate representation of color #466063: hue angle of 186.21º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #466063 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB709699-
CMYK0.290.0300.61
HSL186.21º17.16%33.14%-
HSV(B)186.21º29.29%38.82%-
XYZ8.9610.5713.37-
YUV88.57133.89114.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 99 (39.06% from 255) = 37.36%
R=26.42%
G=36.23%
B=37.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7096990.290.0300.61186.2117.1633.14
Hex4660631D303Dba1121
Octal1061401433530752722141
Binary100011011000001100011111011101111011011101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466063; }

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

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

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

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

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

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

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

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