#465E60

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

Shades of Smalt Blue #465E60

Tints of Smalt Blue #465E60

Color information

#465E60 (or 0x465E60) is unknown color: approx Smalt Blue. HEX triplet: 46, 5E and 60. RGB value is (70,94,96). Sum of RGB (Red+Green+Blue) = 70+94+96=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #465E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E60 is #B9A19F. Grayscale: #575757. Windows color (decimal): -12165536 or 6315590. OLE color: 6315590.

HSL color Cylindrical-coordinate representation of color #465E60: hue angle of 184.62º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465E60 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB709496-
CMYK0.270.0200.62
HSL184.62º15.66%32.55%-
HSV(B)184.62º27.08%37.65%-
XYZ8.6410.1512.57-
YUV87.05133.05115.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=26.92%
G=36.15%
B=36.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7094960.270.0200.62184.6215.6632.55
Hex465E601B203Eb91021
Octal1061361403320762712041
Binary100011010111101100000110111001111101011100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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