#466267

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

Shades of Smalt Blue #466267

Tints of Smalt Blue #466267

Color information

#466267 (or 0x466267) is unknown color: approx Smalt Blue. HEX triplet: 46, 62 and 67. RGB value is (70,98,103). Sum of RGB (Red+Green+Blue) = 70+98+103=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 103 - color contains mainly: blue. Hex color #466267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466267 is #B99D98. Grayscale: #5A5A5A. Windows color (decimal): -12164505 or 6775366. OLE color: 6775366.

HSL color Cylindrical-coordinate representation of color #466267: hue angle of 189.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466267 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7098103-
CMYK0.320.0500.60
HSL189.09º19.08%33.92%-
HSV(B)189.09º32.04%40.39%-
XYZ9.3411.0214.47-
YUV90.2135.22113.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=25.83%
G=36.16%
B=38.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70981030.320.0500.60189.0919.0833.92
Hex46626720503Cbd1322
Octal1061421474050742752342
Binary10001101100010110011110000010101111001011110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466267; }

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

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

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

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

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

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

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

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