#465E66

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

Shades of Smalt Blue #465E66

Tints of Smalt Blue #465E66

Color information

#465E66 (or 0x465E66) is unknown color: approx Smalt Blue. HEX triplet: 46, 5E and 66. RGB value is (70,94,102). Sum of RGB (Red+Green+Blue) = 70+94+102=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #465E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E66 is #B9A199. Grayscale: #575757. Windows color (decimal): -12165530 or 6708806. OLE color: 6708806.

HSL color Cylindrical-coordinate representation of color #465E66: hue angle of 195º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465E66 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7094102-
CMYK0.310.0800.6
HSL195º18.6%33.73%-
HSV(B)195º31.37%40%-
XYZ8.9310.2714.08-
YUV87.74136.05115.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 102 (40.23% from 255) = 38.35%
R=26.32%
G=35.34%
B=38.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70941020.310.0800.619518.633.73
Hex465E661F803Cc31322
Octal10613614637100743032342
Binary10001101011110110011011111100001111001100001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465E66; }

 p { color: rgb(70,94,102); }

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

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

 a { background-color: rgb(70,94,102); }

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

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

 span { border-color: rgb(70,94,102); }

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