#465D60

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

Shades of Smalt Blue #465D60

Tints of Smalt Blue #465D60

Color information

#465D60 (or 0x465D60) is unknown color: approx Smalt Blue. HEX triplet: 46, 5D and 60. RGB value is (70,93,96). Sum of RGB (Red+Green+Blue) = 70+93+96=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 96 - color contains mainly: blue. Hex color #465D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D60 is #B9A29F. Grayscale: #565656. Windows color (decimal): -12165792 or 6315334. OLE color: 6315334.

HSL color Cylindrical-coordinate representation of color #465D60: hue angle of 186.92º 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 #465D60 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB709396-
CMYK0.270.0300.62
HSL186.92º15.66%32.55%-
HSV(B)186.92º27.08%37.65%-
XYZ8.559.9812.54-
YUV86.46133.38116.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 93 (36.72% from 255) = 35.91%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=27.03%
G=35.91%
B=37.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7093960.270.0300.62186.9215.6632.55
Hex465D601B303Ebb1021
Octal1061351403330762732041
Binary100011010111011100000110111101111101011101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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