#465D65

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

Shades of Smalt Blue #465D65

Tints of Smalt Blue #465D65

Color information

#465D65 (or 0x465D65) is unknown color: approx Smalt Blue. HEX triplet: 46, 5D and 65. RGB value is (70,93,101). Sum of RGB (Red+Green+Blue) = 70+93+101=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #465D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D65 is #B9A29A. Grayscale: #565656. Windows color (decimal): -12165787 or 6643014. OLE color: 6643014.

HSL color Cylindrical-coordinate representation of color #465D65: hue angle of 195.48º degrees, saturation: 0.18, 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 #465D65 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7093101-
CMYK0.310.0800.60
HSL195.48º18.13%33.53%-
HSV(B)195.48º30.69%39.61%-
XYZ8.7910.0713.79-
YUV87.03135.88115.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=26.52%
G=35.23%
B=38.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70931010.310.0800.60195.4818.1333.53
Hex465D651F803Cc31222
Octal10613514537100743032242
Binary10001101011101110010111111100001111001100001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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