#466069

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

Shades of Smalt Blue #466069

Tints of Smalt Blue #466069

Color information

#466069 (or 0x466069) is unknown color: approx Smalt Blue. HEX triplet: 46, 60 and 69. RGB value is (70,96,105). Sum of RGB (Red+Green+Blue) = 70+96+105=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 105 - color contains mainly: blue. Hex color #466069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466069 is #B99F96. Grayscale: #595959. Windows color (decimal): -12165015 or 6905926. OLE color: 6905926.

HSL color Cylindrical-coordinate representation of color #466069: hue angle of 195.43º 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 #466069 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7096105-
CMYK0.330.0900.59
HSL195.43º20%34.31%-
HSV(B)195.43º33.33%41.18%-
XYZ9.2610.6914.94-
YUV89.25136.89114.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=25.83%
G=35.42%
B=38.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70961050.330.0900.59195.432034.31
Hex46606921903Bc31422
Octal10614015141110733032442
Binary100011011000001101001100001100101110111100001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466069; }

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

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

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

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

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

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

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

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