#465B60

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

Shades of Smalt Blue #465B60

Tints of Smalt Blue #465B60

Color information

#465B60 (or 0x465B60) is unknown color: approx Smalt Blue. HEX triplet: 46, 5B and 60. RGB value is (70,91,96). Sum of RGB (Red+Green+Blue) = 70+91+96=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #465B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B60 is #B9A49F. Grayscale: #555555. Windows color (decimal): -12166304 or 6314822. OLE color: 6314822.

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

Color convert

RGB709196-
CMYK0.270.0500.62
HSL191.54º15.66%32.55%-
HSV(B)191.54º27.08%37.65%-
XYZ8.389.6312.48-
YUV85.29134.04117.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=27.24%
G=35.41%
B=37.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7091960.270.0500.62191.5415.6632.55
Hex465B601B503Ec01021
Octal1061331403350763002041
Binary1000110101101111000001101110101111101100000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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