#466169

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

Shades of Smalt Blue #466169

Tints of Smalt Blue #466169

Color information

#466169 (or 0x466169) is unknown color: approx Smalt Blue. HEX triplet: 46, 61 and 69. RGB value is (70,97,105). Sum of RGB (Red+Green+Blue) = 70+97+105=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 105 - color contains mainly: blue. Hex color #466169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466169 is #B99E96. Grayscale: #595959. Windows color (decimal): -12164759 or 6906182. OLE color: 6906182.

HSL color Cylindrical-coordinate representation of color #466169: hue angle of 193.71º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466169 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7097105-
CMYK0.330.0800.59
HSL193.71º20%34.31%-
HSV(B)193.71º33.33%41.18%-
XYZ9.3510.8714.97-
YUV89.84136.55113.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 105 (41.41% from 255) = 38.60%
R=25.74%
G=35.66%
B=38.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70971050.330.0800.59193.712034.31
Hex46616921803Bc21422
Octal10614115141100733022442
Binary100011011000011101001100001100001110111100001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466169; }

 p { color: rgb(70,97,105); }

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

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

 a { background-color: rgb(70,97,105); }

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

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

 span { border-color: rgb(70,97,105); }

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