#465E65

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

Shades of Smalt Blue #465E65

Tints of Smalt Blue #465E65

Color information

#465E65 (or 0x465E65) is unknown color: approx Smalt Blue. HEX triplet: 46, 5E and 65. RGB value is (70,94,101). Sum of RGB (Red+Green+Blue) = 70+94+101=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #465E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E65 is #B9A19A. Grayscale: #575757. Windows color (decimal): -12165531 or 6643270. OLE color: 6643270.

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

Color convert

RGB7094101-
CMYK0.310.0700.60
HSL193.55º18.13%33.53%-
HSV(B)193.55º30.69%39.61%-
XYZ8.8810.2513.82-
YUV87.62135.55115.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=26.42%
G=35.47%
B=38.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70941010.310.0700.60193.5518.1333.53
Hex465E651F703Cc21222
Octal1061361453770743022242
Binary1000110101111011001011111111101111001100001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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