#465D5F

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

Shades of Smalt Blue #465D5F

Tints of Smalt Blue #465D5F

Color information

#465D5F (or 0x465D5F) is unknown color: approx Smalt Blue. HEX triplet: 46, 5D and 5F. RGB value is (70,93,95). Sum of RGB (Red+Green+Blue) = 70+93+95=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 95 - color contains mainly: blue. Hex color #465D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D5F is #B9A2A0. Grayscale: #565656. Windows color (decimal): -12165793 or 6249798. OLE color: 6249798.

HSL color Cylindrical-coordinate representation of color #465D5F: hue angle of 184.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465D5F is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB709395-
CMYK0.260.0200.63
HSL184.8º15.15%32.35%-
HSV(B)184.8º26.32%37.25%-
XYZ8.519.9612.3-
YUV86.35132.88116.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 93 (36.72% from 255) = 36.05%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=27.13%
G=36.05%
B=36.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7093950.260.0200.63184.815.1532.35
Hex465D5F1A203Fb9f20
Octal1061351373220772711740
Binary10001101011101101111111010100111111101110011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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